Changeset 57 in 3DVCSoftware for trunk/source/Lib/TLibDecoder/TDecTop.cpp


Ignore:
Timestamp:
14 May 2012, 12:44:40 (13 years ago)
Author:
hschwarz
Message:

corrected output of decoded camera parameter files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/Lib/TLibDecoder/TDecTop.cpp

    r56 r57  
    265265  m_bFirstSliceInPicture    = true;
    266266  m_bFirstSliceInSequence   = true;
     267  m_pcCamParsCollector = 0;
    267268}
    268269
     
    10381039  //  Decode a picture
    10391040  m_cGopDecoder.decompressGop(nalu.m_Bitstream, pcPic, false);
     1041
     1042  if( m_pcCamParsCollector )
     1043  {
     1044    m_pcCamParsCollector->setSlice( pcSlice );
     1045  }
    10401046
    10411047  m_bFirstSliceInPicture = false;
Note: See TracChangeset for help on using the changeset viewer.