ffmpeg | branch: release/2.4 | Vittorio Giovara <vittorio.giov...@gmail.com> | Wed Jul 23 09:49:24 2014 +0100| [5694831e0693ad70581a766d1f0ebefbbae8bc2f] | committer: Vittorio Giovara
matroska: list supported extensions > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5694831e0693ad70581a766d1f0ebefbbae8bc2f --- libavformat/matroskadec.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavformat/matroskadec.c b/libavformat/matroskadec.c index 42204a4..431fe57 100644 --- a/libavformat/matroskadec.c +++ b/libavformat/matroskadec.c @@ -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, _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog