Changeset 1282 in SHVCSoftware for branches/SHM-dev/source/Lib


Ignore:
Timestamp:
16 Jul 2015, 04:16:56 (10 years ago)
Author:
seregin
Message:

address compiler warnings

Location:
branches/SHM-dev/source/Lib/TLibDecoder
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-dev/source/Lib/TLibDecoder/TDecTop.cpp

    r1278 r1282  
    13211321        if( is16bit )
    13221322        {
    1323             uiPos <<= 1;
     1323          uiPos <<= 1;
    13241324        }
    13251325
  • branches/SHM-dev/source/Lib/TLibDecoder/TDecTop.h

    r1263 r1282  
    251251
    252252#if CONFORMANCE_BITSTREAM_MODE
    253   std::vector<TComPic>* getConfListPic() {return &m_confListPic; }
    254   Bool      const getConfModeFlag() { return m_confModeFlag; }
    255   Void      setConfModeFlag(Bool x) { m_confModeFlag = x; }
     253  std::vector<TComPic>* getConfListPic() { return &m_confListPic; }
     254  Bool      getConfModeFlag() const      { return m_confModeFlag; }
     255  Void      setConfModeFlag(Bool x)      { m_confModeFlag = x;    }
    256256#endif
    257257#endif //SVC_EXTENSION
Note: See TracChangeset for help on using the changeset viewer.