Ignore:
Timestamp:
7 Oct 2014, 12:16:13 (10 years ago)
Author:
tech
Message:

Added

  • Fix PTL
  • Support auxiliary pictures.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-12.0-dev1/source/Lib/TLibCommon/TypeDef.h

    r1055 r1060  
    403403#define H_MV_HLS10_GEN                       0  // General changes (not tested)
    404404
     405#define H_MV_HLS10_AUX                       1 // Auxiliary pictures
    405406#define H_MV_HLS10_GEN_FIX                   1
    406407
     
    413414#define H_MV_HLS10_MAXNUMPICS                1  // constraint on number of pictures in rps 
    414415#define H_MV_HLS10_PTL                       1  // profile tier level
     416#define H_MV_HLS10_PTL_FIX                   1  // profile tier level
    415417#define H_MV_HLS10_MULTILAYERSPS             1  // multilayer SPS extension
    416418#define H_MV_HLS10_VPS_VUI                   1  // vsp vui
     
    10621064#endif   
    10631065    VIEW_ORDER_INDEX  = 1,
     1066#if H_MV_HLS10_AUX
     1067    DEPENDENCY_ID = 2,
     1068    AUX_ID = 3,
     1069#endif   
    10641070  };
    10651071#endif
Note: See TracChangeset for help on using the changeset viewer.