Changeset 839 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibEncoder/TEncCavlc.cpp
- Timestamp:
- 25 Jul 2014, 18:35:47 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibEncoder/TEncCavlc.cpp
r837 r839 1545 1545 if (vps->getVideoSigPresentVpsFlag() && vps->getNumVideoSignalInfo() > 1 ) 1546 1546 { 1547 #if VPS_VUI_VST_PARAMS 1548 for(i = vps->getBaseLayerInternalFlag() ? 0 : 1; i < vps->getMaxLayers(); i++) 1549 { 1550 WRITE_CODE( vps->getVideoSignalInfoIdx(i), 4, "vps_video_signal_info_idx" ); 1551 } 1552 #else 1547 1553 for (i=1; i < vps->getMaxLayers(); i++) 1548 1554 WRITE_CODE(vps->getVideoSignalInfoIdx(i), 4, "vps_video_signal_info_idx" ); 1555 #endif 1549 1556 } 1550 1557 #endif
Note: See TracChangeset for help on using the changeset viewer.