Ignore:
Timestamp:
20 Mar 2014, 02:37:50 (11 years ago)
Author:
seregin
Message:

remove parsing dependency in SPS, ticket #17

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-5.1-dev/source/Lib/TLibDecoder/TDecCAVLC.h

    r595 r636  
    8686  Void  parseVpsDpbSizeTable( TComVPS *vps );
    8787#endif
     88#if SPS_DPB_PARAMS
     89  Void  parseSPS            ( TComSPS* pcSPS ); // it should be removed after macro clean up
     90#else
    8891  Void  parseSPS            ( TComSPS* pcSPS, ParameterSetManagerDecoder *parameterSetManager );
     92#endif
    8993  Void  parseSPSExtension    ( TComSPS* pcSPS );
    9094#else //SVC_EXTENSION
Note: See TracChangeset for help on using the changeset viewer.