Ignore:
Timestamp:
4 Feb 2013, 02:57:15 (12 years ago)
Author:
lg
Message:

Integration of JCT3V-C0046

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-5.1-dev1-LG/source/Lib/TLibDecoder/TDecCAVLC.cpp

    r210 r253  
    19271927  {
    19281928    UInt uiCodeTmp = 0;
    1929     if ( rpcSlice->getSPS()->getViewId() && !rpcSlice->getSPS()->isDepth() )
     1929    if ( rpcSlice->getSPS()->getViewId()
     1930#if !LGE_ILLUCOMP_DEPTH_C0046
     1931        && !rpcSlice->getSPS()->isDepth()
     1932#endif
     1933        )
    19301934    {
    19311935      READ_FLAG (uiCodeTmp, "applying IC flag");
Note: See TracChangeset for help on using the changeset viewer.