Changeset 46 in 3DVCSoftware for branches/0.3-poznan-univ/source/Lib/TLibDecoder/TDecTop.cpp
- Timestamp:
- 29 Mar 2012, 09:41:45 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.3-poznan-univ/source/Lib/TLibDecoder/TDecTop.cpp
r41 r46 709 709 NalUnitType eNalUnitType; 710 710 UInt TemporalId; 711 712 #if BITSTREAM_EXTRACTION 713 UInt uiLayerId; 714 715 m_cEntropyDecoder.decodeNalUnitHeader(eNalUnitType, TemporalId, uiLayerId); 716 #else 711 717 Bool OutputFlag; 712 718 713 719 m_cEntropyDecoder.decodeNalUnitHeader(eNalUnitType, TemporalId, OutputFlag); 720 #endif 721 714 722 reNalUnitType = eNalUnitType; 715 723
Note: See TracChangeset for help on using the changeset viewer.