mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
avcodec/sei: Add tag to SEI enumeration
This makes it a usable type. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
parent
4d9c0b3efa
commit
0d84725cb9
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user