Changeset 40 in 3DVCSoftware for branches/0.3-ericsson/source/Lib/TLibEncoder/TEncSbac.cpp
- Timestamp:
- 25 Mar 2012, 13:04:30 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.3-ericsson/source/Lib/TLibEncoder/TEncSbac.cpp
r34 r40 177 177 } 178 178 179 #if BITSTREAM_EXTRACTION 180 Void TEncSbac::codeNALUnitHeader( NalUnitType eNalUnitType, NalRefIdc eNalRefIdc, UInt TemporalId, UInt uiLayerId ) 181 #else 179 182 Void TEncSbac::codeNALUnitHeader( NalUnitType eNalUnitType, NalRefIdc eNalRefIdc, UInt TemporalId, Bool bOutputFlag ) 183 #endif 180 184 { 181 185 assert (0);
Note: See TracChangeset for help on using the changeset viewer.