mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-22 14:57:05 +00:00
matroska: list supported extensions
This commit is contained in:
parent
1f52f82a55
commit
5694831e06
@ -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