Changeset 695 in SHVCSoftware for branches/SHM-6-dev/source/App


Ignore:
Timestamp:
18 Apr 2014, 19:18:30 (11 years ago)
Author:
seregin
Message:

code formatting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-6-dev/source/App/TAppDecoder/TAppDecTop.cpp

    r694 r695  
    704704#if REPN_FORMAT_IN_VPS
    705705#if Q0200_CONFORMANCE_BL_SIZE
    706           Int xScal=1,yScal=1;
     706          Int xScal = 1, yScal = 1;
    707707#else
    708708          UInt chromaFormatIdc = pcPic->getSlice(0)->getChromaFormatIdc();
     
    828828#if REPN_FORMAT_IN_VPS
    829829#if Q0200_CONFORMANCE_BL_SIZE
    830           Int xScal=1,yScal=1;
     830          Int xScal = 1, yScal = 1;
    831831#else
    832832          UInt chromaFormatIdc = pcPic->getSlice(0)->getChromaFormatIdc();
     
    947947#if REPN_FORMAT_IN_VPS
    948948#if Q0200_CONFORMANCE_BL_SIZE
    949           Int xScal=1,yScal=1;
     949          Int xScal = 1, yScal = 1;
    950950#else
    951951          UInt chromaFormatIdc = pcPic->getSlice(0)->getChromaFormatIdc();
     
    10731073#if REPN_FORMAT_IN_VPS
    10741074#if Q0200_CONFORMANCE_BL_SIZE
    1075           Int xScal=1,yScal=1;
     1075          Int xScal = 1,yScal = 1;
    10761076#else
    10771077          UInt chromaFormatIdc = pcPic->getSlice(0)->getChromaFormatIdc();
Note: See TracChangeset for help on using the changeset viewer.