[FFmpeg-cvslog] avcodec/sei: add Parameter Sets Inclusion Indication enum value
James Almer
git at videolan.org
Wed Jan 27 02:28:20 EET 2021
ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Fri Jan 22 16:30:51 2021 -0300| [683cd25c5a397447eb53754af948e7bf2cb3361e] | committer: James Almer
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 at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=683cd25c5a397447eb53754af948e7bf2cb3361e
---
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,
More information about the ffmpeg-cvslog
mailing list