[FFmpeg-devel] [PATCH] avcodec/sei: add Parameter Set Inclusion Indication enum value

James Almer jamrial at gmail.com
Fri Jan 22 21:34:24 EET 2021


Defined in H.274, it shares the same value as Active Parameter Sets (which was
removed for codecs that reference H.274).

Signed-off-by: James Almer <jamrial at gmail.com>
---
 libavcodec/sei.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libavcodec/sei.h b/libavcodec/sei.h
index f07c72ae7b..5513590b51 100644
--- a/libavcodec/sei.h
+++ b/libavcodec/sei.h
@@ -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,
-- 
2.30.0



More information about the ffmpeg-devel mailing list