Changeset 760 in SHVCSoftware for branches/SHM-6-dev/source/Lib/TLibDecoder
- Timestamp:
- 30 Apr 2014, 00:44:54 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-6-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp
r758 r760 340 340 READ_FLAG( uiCode, "pps_extension_flag"); 341 341 #if POC_RESET_INFO_INFERENCE 342 Bool ppsExtensionFlag = uiCode ? true : false; 343 if( ppsExtensionFlag ) 342 pcPPS->setExtensionFlag( uiCode ? true : false ); 343 344 if( pcPPS->getExtensionFlag() ) 344 345 #else 345 346 if (uiCode) … … 391 392 } 392 393 #if POC_RESET_INFO_INFERENCE 393 if( !p psExtensionFlag)394 if( !pcPPS->getExtensionFlag() ) 394 395 { 395 396 pcPPS->setPocResetInfoPresentFlag( false );
Note: See TracChangeset for help on using the changeset viewer.