Changeset 1131 in 3DVCSoftware for branches/HTM-13.0-dev0/source/Lib/TLibEncoder/TEncSbac.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/TEncSbac.h
r1124 r1131 94 94 95 95 Void codeVPS ( TComVPS* pcVPS ); 96 #if HHI_TOOL_PARAMETERS_I2_J010797 96 Void codeSPS ( TComSPS* pcSPS ); 98 #else99 #if !H_3D100 Void codeSPS ( TComSPS* pcSPS );101 #else102 Void codeSPS ( TComSPS* pcSPS, Int viewIndex, Bool depthFlag );103 #endif104 #endif105 97 Void codePPS ( TComPPS* pcPPS ); 106 98 Void codeSliceHeader ( TComSlice* pcSlice );
Note: See TracChangeset for help on using the changeset viewer.