Ticket #114: TDecCAVLC.cpp.patch

File TDecCAVLC.cpp.patch, 1008 bytes (added by CFeldmann, 8 years ago)
  • source/Lib/TLibDecoder/TDecCAVLC.cpp

     
    21502150  READ_FLAG(uiCode,       PTL_TRACE_TEXT("frame_only_constraint_flag"      )); ptl->setFrameOnlyConstraintFlag(uiCode ? true : false);
    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;
    21602160    READ_FLAG(    uiCode, PTL_TRACE_TEXT("max_12bit_constraint_flag"       )); if (uiCode) maxBitDepth=12;