mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-03 21:42:09 +00:00
avformat/matroska: add missing Buttons track type
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
This commit is contained in:
parent
157873623f
commit
a95351ea50
@ -271,6 +271,7 @@ typedef enum {
|
||||
MATROSKA_TRACK_TYPE_COMPLEX = 0x3,
|
||||
MATROSKA_TRACK_TYPE_LOGO = 0x10,
|
||||
MATROSKA_TRACK_TYPE_SUBTITLE = 0x11,
|
||||
MATROSKA_TRACK_TYPE_BUTTONS = 0x12,
|
||||
MATROSKA_TRACK_TYPE_CONTROL = 0x20,
|
||||
MATROSKA_TRACK_TYPE_METADATA = 0x21,
|
||||
} MatroskaTrackType;
|
||||
|
Loading…
Reference in New Issue
Block a user