Changeset 617 in SHVCSoftware for branches/SHM-5.1-dev/source/Lib/TLibDecoder
- Timestamp:
- 19 Feb 2014, 20:08:44 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-5.1-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp
r615 r617 1546 1546 #if P0307_VPS_NON_VUI_EXTENSION 1547 1547 READ_UVLC( uiCode, "vps_non_vui_extension_length"); vps->setVpsNonVuiExtLength((Int)uiCode); 1548 #if P0307_VPS_NON_VUI_EXT_UPDATE 1549 if (uiCode > 0) 1550 { 1551 Int nonVuiExtBits = uiCode * 8; 1552 for (i = 0; i < nonVuiExtBits; i++) 1553 { 1554 READ_FLAG(uiCode, "vps_non_vui_extension_data_bit" ); //just parse and discard for now. 1555 } 1556 } 1557 #else 1548 1558 if ( vps->getVpsNonVuiExtLength() > 0 ) 1549 1559 { 1550 1560 printf("\n\nUp to the current spec, the value of vps_non_vui_extension_length is supposed to be 0\n"); 1551 1561 } 1562 #endif 1552 1563 #endif 1553 1564
Note: See TracChangeset for help on using the changeset viewer.