Ignore:
Timestamp:
18 Dec 2013, 09:00:24 (10 years ago)
Author:
zte
Message:

JCT3V-F0131, JCT3V-F0139

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-9.1-dev0-ZTE/source/Lib/TLibDecoder/TDecCAVLC.h

    r738 r748  
    105105  Void  parseSPS            ( TComSPS* pcSPS );
    106106#endif
     107
     108#if DLT_DIFF_CODING_IN_PPS
     109  Void  parsePPS            ( TComPPS* pcPPS, TComVPS* pcVPS );
     110  Void  parsePPSExtension   ( TComPPS* pcPPS, TComVPS* pcVPS );
     111#else
     112  Void  parsePPS            ( TComPPS* pcPPS);
     113#endif
     114
    107115  Void  parsePPS            ( TComPPS* pcPPS);
    108116  Void  parseVUI            ( TComVUI* pcVUI, TComSPS* pcSPS );
Note: See TracChangeset for help on using the changeset viewer.