Changeset 847 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibCommon


Ignore:
Timestamp:
29 Jul 2014, 00:31:31 (11 years ago)
Author:
qualcomm
Message:

JCTVC-R0221: Changes to BSP nesting SEI (Macro: NESTING_SEI_EXTENSIBILITY)

Include signalling the number of SEI messages in bitstream partition nesting SEI message.

From: Adarsh K. Ramasubramonian <aramasub@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-dev/source/Lib/TLibCommon/TypeDef.h

    r846 r847  
    4848#define VPS_VUI_OFFSET                   1      ///< N0085: Signal VPS VUI offset in the VPS extension
    4949#define REMOVE_BSP_HRD_SEI               1      ///< R0010: Remove bitstream partition HRD SEI message.
     50#define NESTING_SEI_EXTENSIBILITY        1      ///< R0221: Signalling the number of SEI messages in bitstream partition nesting SEI message
    5051#define O0137_MAX_LAYERID                1      ///< JCTVC-O0137, JCTVC-O0200, JCTVC-O0223: restrict nuh_layer_id and vps_max_layers_minus1
    5152
     
    299300#define MAX_NESTING_NUM_OPS         1024
    300301#define MAX_NESTING_NUM_LAYER       64
    301 
     302#if NESTING_SEI_EXTENSIBILITY
     303#define MAX_SEIS_IN_BSP_NESTING     64
     304#endif
    302305#if SVC_EXTENSION
    303306#define MAX_VPS_OP_LAYER_SETS_PLUS1               (MAX_LAYERS+1)
Note: See TracChangeset for help on using the changeset viewer.