Changeset 623 in SHVCSoftware for branches/SHM-5.1-dev/source/Lib/TLibDecoder
- Timestamp:
- 7 Mar 2014, 03:23:54 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-5.1-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp
r622 r623 340 340 READ_FLAG( ppsExtensionTypeFlag[i], "pps_extension_type_flag" ); 341 341 } 342 #if !POC_RESET_IDC 342 343 if (ppsExtensionTypeFlag[1]) 343 344 { 345 #else 346 if( ppsExtensionTypeFlag[0] ) 347 { 348 READ_FLAG( uiCode, "poc_reset_info_present_flag" ); 349 pcPPS->setPocResetInfoPresentFlag(uiCode ? true : false); 350 #endif 344 351 } 345 352 if (ppsExtensionTypeFlag[7])
Note: See TracChangeset for help on using the changeset viewer.