Changeset 1164 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibEncoder
- Timestamp:
- 8 Jul 2015, 01:06:51 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibEncoder/TEncCavlc.cpp
r1163 r1164 2285 2285 } 2286 2286 2287 #if P0307_VPS_NON_VUI_EXTENSION2288 2287 // The value of vps_non_vui_extension_length shall be in the range of 0 to 4096, inclusive. 2289 2288 assert( vps->getVpsNonVuiExtLength() >= 0 && vps->getVpsNonVuiExtLength() <= 4096 ); … … 2300 2299 printf("\n\nUp to the current spec, the value of vps_non_vui_extension_length is supposed to be 0\n"); 2301 2300 } 2302 #endif2303 2301 #endif 2304 2302
Note: See TracChangeset for help on using the changeset viewer.