mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
matroska: list supported extensions
This commit is contained in:
parent
58396e806c
commit
f2583bc86e
@ -2601,6 +2601,7 @@ static int matroska_read_close(AVFormatContext *s)
|
||||
AVInputFormat ff_matroska_demuxer = {
|
||||
.name = "matroska,webm",
|
||||
.long_name = NULL_IF_CONFIG_SMALL("Matroska / WebM"),
|
||||
.extensions = "mkv,mk3d,mka,mks",
|
||||
.priv_data_size = sizeof(MatroskaDemuxContext),
|
||||
.read_probe = matroska_probe,
|
||||
.read_header = matroska_read_header,
|
||||
|
Loading…
Reference in New Issue
Block a user