Ignore:
Timestamp:
29 Mar 2012, 09:41:45 (13 years ago)
Author:
poznan-univ
Message:

Added Ericsson Extraction Tool

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/0.3-poznan-univ/source/Lib/TLibDecoder/TDecTop.cpp

    r41 r46  
    709709  NalUnitType eNalUnitType;
    710710  UInt        TemporalId;
     711
     712#if BITSTREAM_EXTRACTION
     713  UInt        uiLayerId;
     714
     715  m_cEntropyDecoder.decodeNalUnitHeader(eNalUnitType, TemporalId, uiLayerId);
     716#else
    711717  Bool        OutputFlag;
    712718
    713719  m_cEntropyDecoder.decodeNalUnitHeader(eNalUnitType, TemporalId, OutputFlag);
     720#endif
     721
    714722  reNalUnitType = eNalUnitType;
    715723
Note: See TracChangeset for help on using the changeset viewer.