Changeset 1356 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibDecoder
- Timestamp:
- 22 Jul 2015, 04:03:45 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp
r1352 r1356 2186 2186 ptl->setChromaFormatConstraint(chromaFmtConstraint); 2187 2187 READ_FLAG( uiCode, PTL_TRACE_TEXT("intra_constraint_flag" )); ptl->setIntraConstraintFlag(uiCode != 0); 2188 READ_FLAG( uiCode, PTL_TRACE_TEXT("one_picture_only_constraint_flag")); 2188 READ_FLAG( uiCode, PTL_TRACE_TEXT("one_picture_only_constraint_flag")); ptl->setOnePictureOnlyConstraintFlag(uiCode != 0); 2189 2189 READ_FLAG( uiCode, PTL_TRACE_TEXT("lower_bit_rate_constraint_flag" )); ptl->setLowerBitRateConstraintFlag(uiCode != 0); 2190 2190 #if SVC_EXTENSION
Note: See TracChangeset for help on using the changeset viewer.