Changeset 964 in 3DVCSoftware for trunk/source/Lib/TLibDecoder/TDecGop.cpp


Ignore:
Timestamp:
5 Jul 2014, 05:16:45 (10 years ago)
Author:
tech
Message:
  • Merged 11.0-dev0@963. (Update to HM 14.0 + MV-HEVC Draft 8 HLS)
  • Added coding results.
  • Changed version number.
File:
1 edited

Legend:

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

    r872 r964  
    249249  }
    250250
     251#if !H_MV_HLS_7_VPS_P0300_27
     252#if SETTING_PIC_OUTPUT_MARK
     253  rpcPic->setOutputMark(rpcPic->getSlice(0)->getPicOutputFlag() ? true : false);
     254#else
    251255  rpcPic->setOutputMark(true);
     256#endif
    252257  rpcPic->setReconMark(true);
     258#endif
    253259}
    254260
Note: See TracChangeset for help on using the changeset viewer.