Ignore:
Timestamp:
2 Jul 2013, 21:49:16 (11 years ago)
Author:
mitsubishi-htm
Message:

-VSP compensation part migration, not fully tested, intermediate version

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-DEV-0.3-dev2/source/Lib/TLibEncoder/TEncGOP.cpp

    r504 r510  
    821821    }
    822822
     823    // A bug fix provided by Gerhard to deal with IBP configuration. NEED futher study
     824#if H_MV
     825    if( pcSlice->getIdrPicFlag() )
     826    {
     827      pcSlice->setEnableTMVPFlag(0);
     828    }
     829#endif
     830
    823831#if H_3D_VSO
    824832  // Should be moved to TEncTop !!!
Note: See TracChangeset for help on using the changeset viewer.