Browse Source

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

tags/n3.0
rsn8887 Michael Niedermayer 9 years ago
parent
commit
02e9ba42eb
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavformat/xmv.c

+ 1
- 0
libavformat/xmv.c View 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,


Loading…
Cancel
Save