]> git.sesse.net Git - ffmpeg/commitdiff
avformat/xmv: Add *.xmv to the recognized extensions for the XMV format.
authorrsn8887 <rsn8887@users.noreply.github.com>
Wed, 16 Dec 2015 23:08:23 +0000 (17:08 -0600)
committerMichael Niedermayer <michael@niedermayer.cc>
Thu, 17 Dec 2015 16:50:42 +0000 (17:50 +0100)
libavformat/xmv.c

index 14d007a3e0b81f644ef82c78519f3a4e8dd57fe7..45e5ebcaf20b8d86709e24e4159fbd0b662d196f 100644 (file)
@@ -573,6 +573,7 @@ static int xmv_read_packet(AVFormatContext *s,
 AVInputFormat ff_xmv_demuxer = {
     .name           = "xmv",
     .long_name      = NULL_IF_CONFIG_SMALL("Microsoft XMV"),
+    .extensions     = "xmv",
     .priv_data_size = sizeof(XMVDemuxContext),
     .read_probe     = xmv_probe,
     .read_header    = xmv_read_header,