Changeset 1445 in SHVCSoftware for branches/SHM-dev/source/App


Ignore:
Timestamp:
13 Aug 2015, 19:48:13 (9 years ago)
Author:
seregin
Message:

fix compiler warnings

Location:
branches/SHM-dev/source/App/TAppDecoder
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-dev/source/App/TAppDecoder/TAppDecCfg.h

    r1442 r1445  
    109109  , m_decodedPictureHashSEIEnabled(0)
    110110  , m_decodedNoDisplaySEIEnabled(false)
     111#if Q0074_COLOUR_REMAPPING_SEI
     112  , m_colourRemapSEIEnabled(false)
     113#endif
    111114  , m_targetDecLayerIdSet()
    112 #if Q0074_COLOUR_REMAPPING_SEI
    113   , m_colourRemapSEIEnabled(0)
    114 #endif
    115115  , m_respectDefDispWindow(0)
    116116#if O0043_BEST_EFFORT_DECODING
  • branches/SHM-dev/source/App/TAppDecoder/TAppDecTop.cpp

    r1442 r1445  
    189189  if( !m_reconFileNameBL.empty() )
    190190  {
    191     streamYUV.open( m_reconFileNameBL, fstream::in | fstream::binary );
     191    streamYUV.open( m_reconFileNameBL.c_str(), fstream::in | fstream::binary );
    192192  }
    193193  TComList<TComPic*> *cListPic = m_apcTDecTop[0]->getListPic();
Note: See TracChangeset for help on using the changeset viewer.