Changeset 1165 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibEncoder
- Timestamp:
- 8 Jul 2015, 01:08:07 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibEncoder/TEncCavlc.cpp
r1164 r1165 2289 2289 2290 2290 WRITE_UVLC( vps->getVpsNonVuiExtLength(), "vps_non_vui_extension_length" ); 2291 #if P0307_VPS_NON_VUI_EXT_UPDATE 2292 for (i = 1; i <= vps->getVpsNonVuiExtLength(); i++)2291 2292 for( i = 1; i <= vps->getVpsNonVuiExtLength(); i++ ) 2293 2293 { 2294 2294 WRITE_CODE(1, 8, "vps_non_vui_extension_data_byte"); 2295 2295 } 2296 #else2297 if ( vps->getVpsNonVuiExtLength() > 0 )2298 {2299 printf("\n\nUp to the current spec, the value of vps_non_vui_extension_length is supposed to be 0\n");2300 }2301 #endif2302 2296 2303 2297 vps->setVpsVuiPresentFlag(true);
Note: See TracChangeset for help on using the changeset viewer.