Ignore:
Timestamp:
30 Mar 2012, 18:57:41 (13 years ago)
Author:
poznan-univ
Message:

some bug fix on high level syntax
fixed some compiler warning issues under windows and linux

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/0.3-poznan-univ/source/Lib/TLibEncoder/TEncGOP.cpp

    r41 r48  
    658658        seiBs.create(1024);
    659659        /* write the SEI messages */
     660#if BITSTREAM_EXTRACTION
     661        sei_recon_picture_digest.setLayerId( pcSlice->getLayerId() );
     662#endif
    660663        m_pcEntropyCoder->setEntropyCoder(m_pcCavlcCoder, pcSlice);
    661664        m_pcEntropyCoder->setBitstream(&seiBs);
Note: See TracChangeset for help on using the changeset viewer.