Changeset 1131 in 3DVCSoftware for branches/HTM-13.0-dev0/source/Lib/TLibDecoder/TDecCAVLC.h
- Timestamp:
- 18 Feb 2015, 17:39:40 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-13.0-dev0/source/Lib/TLibDecoder/TDecCAVLC.h
r1124 r1131 90 90 #endif 91 91 #if H_3D 92 #if HHI_VPS_3D_EXTENSION_I3_J010793 92 Void parseVPS3dExtension ( TComVPS* pcVPS ); 94 #else95 Void parseVPSExtension2 ( TComVPS* pcVPS );96 #endif97 #if HHI_TOOL_PARAMETERS_I2_J010798 93 Void parseSPS3dExtension ( TComSPS* pcSPS ); 99 94 Void parseSPS ( TComSPS* pcSPS ); 100 #else101 Void parseSPSExtension2 ( TComSPS* pcSPS, Int viewIndex, Bool depthFlag );102 Void parseSPS ( TComSPS* pcSPS, Int viewIndex, Bool depthFlag );103 #endif104 95 #else 105 96 Void parseSPS ( TComSPS* pcSPS );
Note: See TracChangeset for help on using the changeset viewer.