Changeset 1165 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibDecoder
- Timestamp:
- 8 Jul 2015, 01:08:07 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp
r1164 r1165 3151 3151 assert( vps->getVpsNonVuiExtLength() >= 0 && vps->getVpsNonVuiExtLength() <= 4096 ); 3152 3152 3153 #if P0307_VPS_NON_VUI_EXT_UPDATE3154 3153 Int nonVuiExtByte = uiCode; 3155 3154 for (i = 1; i <= nonVuiExtByte; i++) … … 3157 3156 READ_CODE( 8, uiCode, "vps_non_vui_extension_data_byte" ); //just parse and discard for now. 3158 3157 } 3159 #else3160 if ( vps->getVpsNonVuiExtLength() > 0 )3161 {3162 printf("\n\nUp to the current spec, the value of vps_non_vui_extension_length is supposed to be 0\n");3163 }3164 #endif3165 3158 3166 3159 READ_FLAG( uiCode, "vps_vui_present_flag"); vps->setVpsVuiPresentFlag(uiCode ? true : false);
Note: See TracChangeset for help on using the changeset viewer.