[FFmpeg-cvslog] avformat/xmv: Add *.xmv to the recognized extensions for the XMV format.

rsn8887 git at videolan.org
Thu Dec 17 17:51:55 CET 2015


ffmpeg | branch: master | rsn8887 <rsn8887 at users.noreply.github.com> | Wed Dec 16 17:08:23 2015 -0600| [02e9ba42eb36c587bf83ba3d38ff591a4df6ba8f] | committer: Michael Niedermayer

avformat/xmv: Add *.xmv to the recognized extensions for the XMV format.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=02e9ba42eb36c587bf83ba3d38ff591a4df6ba8f
---

 libavformat/xmv.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/libavformat/xmv.c b/libavformat/xmv.c
index 14d007a..45e5ebc 100644
--- a/libavformat/xmv.c
+++ b/libavformat/xmv.c
@@ -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,



More information about the ffmpeg-cvslog mailing list