Changeset 1556 in SHVCSoftware
- Timestamp:
- 2 Apr 2016, 18:48:42 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp
r1554 r1556 2151 2151 2152 2152 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) 2154 2154 #if SCALABLE_REXT 2155 2155 || ptl->getProfileIdc() == Profile::SCALABLEREXT 2156 2156 #endif 2157 ) )2157 ) 2158 2158 { 2159 2159 UInt maxBitDepth=16;
Note: See TracChangeset for help on using the changeset viewer.