[FFmpeg-cvslog] avcodec/sei: Add tag to SEI enumeration
Andreas Rheinhardt
git at videolan.org
Thu Dec 1 12:38:39 EET 2022
ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at outlook.com> | Mon Jun 27 17:51:12 2022 +0200| [0d84725cb92f2e0b3793dda1ee3a759a64812ec2] | committer: Andreas Rheinhardt
avcodec/sei: Add tag to SEI enumeration
This makes it a usable type.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0d84725cb92f2e0b3793dda1ee3a759a64812ec2
---
libavcodec/sei.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/sei.h b/libavcodec/sei.h
index 5513590b51..f13c37c308 100644
--- a/libavcodec/sei.h
+++ b/libavcodec/sei.h
@@ -26,7 +26,7 @@
// The content of the payload data depends on the standard, though
// many generic parts have the same interpretation everywhere (such as
// mastering-display-colour-volume and user-data-unregistered).
-enum {
+enum SEIType {
SEI_TYPE_BUFFERING_PERIOD = 0,
SEI_TYPE_PIC_TIMING = 1,
SEI_TYPE_PAN_SCAN_RECT = 2,
More information about the ffmpeg-cvslog
mailing list