Changeset 1556 in SHVCSoftware


Ignore:
Timestamp:
2 Apr 2016, 18:48:42 (8 years ago)
Author:
seregin
Message:

fix the wrong brace, ticket #114

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp

    r1554 r1556  
    21512151
    21522152  if (ptl->getProfileIdc() == Profile::MAINREXT           || ptl->getProfileCompatibilityFlag(Profile::MAINREXT) ||
    2153       ptl->getProfileIdc() == Profile::HIGHTHROUGHPUTREXT || ptl->getProfileCompatibilityFlag(Profile::HIGHTHROUGHPUTREXT
     2153      ptl->getProfileIdc() == Profile::HIGHTHROUGHPUTREXT || ptl->getProfileCompatibilityFlag(Profile::HIGHTHROUGHPUTREXT)
    21542154#if SCALABLE_REXT
    21552155      || ptl->getProfileIdc() == Profile::SCALABLEREXT
    21562156#endif
    2157       ))
     2157      )
    21582158  {
    21592159    UInt maxBitDepth=16;
Note: See TracChangeset for help on using the changeset viewer.