mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-23 23:21:06 +01:00
avcodec/sei: add Parameter Sets Inclusion Indication enum value
Defined in H.274, it shares the same value as Active Parameter Sets from the H.265 spec. Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
parent
2ee2e4cd41
commit
683cd25c5a
1 changed files with 1 additions and 0 deletions
|
|
@ -85,6 +85,7 @@ enum {
|
|||
SEI_TYPE_GREEN_METADATA = 56,
|
||||
SEI_TYPE_STRUCTURE_OF_PICTURES_INFO = 128,
|
||||
SEI_TYPE_ACTIVE_PARAMETER_SETS = 129,
|
||||
SEI_TYPE_PARAMETER_SETS_INCLUSION_INDICATION = SEI_TYPE_ACTIVE_PARAMETER_SETS,
|
||||
SEI_TYPE_DECODING_UNIT_INFO = 130,
|
||||
SEI_TYPE_TEMPORAL_SUB_LAYER_ZERO_IDX = 131,
|
||||
SEI_TYPE_DECODED_PICTURE_HASH = 132,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue