Changeset 1131 in 3DVCSoftware for branches/HTM-13.0-dev0/source/Lib/TLibEncoder/TEncCavlc.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/TLibEncoder/TEncCavlc.h
r1124 r1131 99 99 #endif 100 100 #if H_3D 101 #if HHI_VPS_3D_EXTENSION_I3_J0107102 101 Void codeVPS3dExtension ( TComVPS* pcVPS ); 103 #else104 Void codeVPSExtension2 ( TComVPS* pcVPS );105 #endif106 #if HHI_TOOL_PARAMETERS_I2_J0107107 102 Void codeSPS3dExtension ( TComSPS* pcSPS ); 108 103 Void codeSPS ( TComSPS* pcSPS ); 109 #else110 Void codeSPSExtension2 ( TComSPS* pcSPS, Int viewIndex, Bool depthFlag );111 Void codeSPS ( TComSPS* pcSPS, Int viewIndex, Bool depthFlag );112 #endif113 104 #else 114 105 Void codeSPS ( TComSPS* pcSPS );
Note: See TracChangeset for help on using the changeset viewer.