Changeset 352 in SHVCSoftware


Ignore:
Timestamp:
20 Aug 2013, 18:44:40 (11 years ago)
Author:
seregin
Message:

merge SHM-3.0-dev branch

Location:
trunk/source
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/source

  • trunk/source/Lib/TLibCommon/CommonDef.h

    r345 r352  
    5757
    5858#if SVC_EXTENSION
    59 #define NV_VERSION        "3.0"                 ///< Current software version
     59#define NV_VERSION        "3.0.1"                 ///< Current software version
    6060#else
    6161#define NV_VERSION        "11.0"                ///< Current software version
  • trunk/source/Lib/TLibEncoder/TEncGOP.cpp

    r345 r352  
    804804
    805805#if REF_IDX_FRAMEWORK
    806 #if M0457_COL_PICTURE_SIGNALING
     806#if M0457_COL_PICTURE_SIGNALING && !REMOVE_COL_PICTURE_SIGNALING
    807807    if ( pcSlice->getSliceType() == B_SLICE && !(pcSlice->getActiveNumILRRefIdx() > 0 && m_pcEncTop->getNumMotionPredRefLayers() > 0) )
    808808#else
     
    847847#if M0457_COL_PICTURE_SIGNALING
    848848#if REMOVE_COL_PICTURE_SIGNALING
    849       if( pcSlice->getMFMEnabledFlag() && pcSlice->getActiveNumILRRefIdx() > 0 && m_pcEncTop->getNumMotionPredRefLayers() > 0 )
     849      if( pcSlice->getMFMEnabledFlag() )
    850850#else
    851851      if( pcSlice->getMFMEnabledFlag() && !(pcSlice->getActiveNumILRRefIdx() > 0 && m_pcEncTop->getNumMotionPredRefLayers() > 0) )
Note: See TracChangeset for help on using the changeset viewer.