Changeset 466 in SHVCSoftware for branches/SHM-4.0-dev/source/Lib/TLibDecoder/TDecCAVLC.h
- Timestamp:
- 13 Nov 2013, 23:25:47 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-4.0-dev/source/Lib/TLibDecoder/TDecCAVLC.h
r452 r466 72 72 Void parseQtRootCbf ( UInt uiAbsPartIdx, UInt& uiQtRootCbf ); 73 73 Void parseVPS ( TComVPS* pcVPS ); 74 #if SPS_EXTENSION75 74 #if VPS_EXTNS 76 75 Void parseVPSExtension ( TComVPS* pcVPS ); … … 83 82 Void parseRepFormat ( RepFormat *repFormat ); 84 83 #endif 84 #if SPS_SUB_LAYER_INFO 85 85 Void parseSPS ( TComSPS* pcSPS, ParameterSetManagerDecoder *parameterSetManager ); 86 Void parseSPSExtension ( TComSPS* pcSPS ); 87 #else //SVC_EXTENSION 86 #else 88 87 Void parseSPS ( TComSPS* pcSPS ); 89 #endif //SVC_EXTENSION 88 #endif 89 #if SPS_EXTENSION 90 Void parseSPSExtension ( TComSPS* pcSPS ); 91 #endif 90 92 Void parsePPS ( TComPPS* pcPPS); 91 93 Void parseVUI ( TComVUI* pcVUI, TComSPS* pcSPS );
Note: See TracChangeset for help on using the changeset viewer.