Changeset 762 in SHVCSoftware for branches/SHM-6-dev/source/Lib/TLibDecoder
- Timestamp:
- 30 Apr 2014, 01:10:03 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-6-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp
r761 r762 461 461 TimingInfo *timingInfo = pcVUI->getTimingInfo(); 462 462 READ_FLAG( uiCode, "vui_timing_info_present_flag"); timingInfo->setTimingInfoPresentFlag (uiCode ? true : false); 463 #if TIMING_INFO_NONZERO_LAYERID_SPS463 #if SVC_EXTENSION 464 464 if( pcSPS->getLayerId() > 0 ) 465 465 {
Note: See TracChangeset for help on using the changeset viewer.