Changeset 617 in SHVCSoftware for branches/SHM-5.1-dev/source/Lib/TLibEncoder
- Timestamp:
- 19 Feb 2014, 20:08:44 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-5.1-dev/source/Lib/TLibEncoder/TEncCavlc.cpp
r615 r617 1156 1156 #if P0307_VPS_NON_VUI_EXTENSION 1157 1157 WRITE_UVLC( vps->getVpsNonVuiExtLength(), "vps_non_vui_extension_length" ); 1158 #if P0307_VPS_NON_VUI_EXT_UPDATE 1159 if (vps->getVpsNonVuiExtLength() > 0) 1160 { 1161 Int nonVuiExtBits = vps->getVpsNonVuiExtLength() * 8; 1162 for (i = 0; i < nonVuiExtBits; i++) 1163 { 1164 WRITE_FLAG(1, "vps_non_vui_extension_data_bit"); //just parse and discard for now. 1165 } 1166 } 1167 #else 1158 1168 if ( vps->getVpsNonVuiExtLength() > 0 ) 1159 1169 { 1160 1170 printf("\n\nUp to the current spec, the value of vps_non_vui_extension_length is supposed to be 0\n"); 1161 1171 } 1172 #endif 1162 1173 #endif 1163 1174
Note: See TracChangeset for help on using the changeset viewer.