Ignore:
Timestamp:
5 May 2013, 12:09:11 (12 years ago)
Author:
sharpjp-htm
Message:

D0060: Removal of IC's parsing dependency

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-6.2-dev1-Sharp/source/Lib/TLibDecoder/TDecCAVLC.cpp

    r332 r374  
    16651665    }
    16661666    rpcSlice->setApplyIC(uiCodeTmp);
     1667#if SHARP_ILLUCOMP_PARSE_D0060
     1668    if (rpcSlice->getApplyIC())
     1669    {
     1670      READ_FLAG (uiCodeTmp, "ic_skip_mergeidx0");
     1671      rpcSlice->setIcSkipParseFlag(uiCodeTmp);
     1672    }
     1673#endif
    16671674  }
    16681675#endif
Note: See TracChangeset for help on using the changeset viewer.