Ignore:
Timestamp:
3 May 2013, 16:46:10 (12 years ago)
Author:
tech
Message:

Further minor cleanups.

Location:
branches/HTM-DEV-0.1-dev/source/App/TAppDecoder
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-DEV-0.1-dev/source/App/TAppDecoder/TAppDecCfg.h

    r364 r365  
    5858protected:
    5959  Char*         m_pchBitstreamFile;                   ///< input bitstream file name
    60 
    6160#if H_MV
    6261  Int           m_maxLayerId;                         ///< maximum nuh_layer_id decoded
  • branches/HTM-DEV-0.1-dev/source/App/TAppDecoder/TAppDecTop.cpp

    r364 r365  
    156156    Bool bPreviousPictureDecoded = false;
    157157#endif
     158
    158159    vector<uint8_t> nalUnit;
    159160    InputNALUnit nalu;
     
    272273    }
    273274#endif
     275
    274276    if( pcListPic )
    275277    {
     
    282284        if (!m_outputBitDepthY) { m_outputBitDepthY = g_bitDepthY; }
    283285        if (!m_outputBitDepthC) { m_outputBitDepthC = g_bitDepthC; }
     286
    284287#if H_MV
    285288        m_tVideoIOYuvReconFile[decIdxLastPic]->open( m_pchReconFiles[decIdxLastPic], true, m_outputBitDepthY, m_outputBitDepthC, g_bitDepthY, g_bitDepthC ); // write mode
  • branches/HTM-DEV-0.1-dev/source/App/TAppDecoder/TAppDecTop.h

    r364 r365  
    7474  // for output control
    7575  Bool                            m_abDecFlag[ MAX_GOP ];         ///< decoded flag in one GOP
    76 
    7776#if H_MV
    7877  Int                             m_pocLastDisplay      [ MAX_NUM_LAYERS ]; ///< last POC in display order
Note: See TracChangeset for help on using the changeset viewer.