diff mbox series

[FFmpeg-devel,04/20] avcodec/sei: Add tag to SEI enumeration

Message ID DB6PR0101MB2214A795A2CBB978DC5E64468FBC9@DB6PR0101MB2214.eurprd01.prod.exchangelabs.com
State Accepted
Commit 0d84725cb92f2e0b3793dda1ee3a759a64812ec2
Headers show
Series [FFmpeg-devel,01/20] avcodec/hevc_sei: Use proper type for NALU type | expand

Checks

Context Check Description
yinshiyou/make_loongarch64 success Make finished
yinshiyou/make_fate_loongarch64 success Make fate finished
andriy/make_x86 success Make finished
andriy/make_fate_x86 success Make fate finished

Commit Message

Andreas Rheinhardt July 2, 2022, 10:21 p.m. UTC
This makes it a usable type.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
---
 libavcodec/sei.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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,