Commit 02e9ba42 authored by rsn8887's avatar rsn8887 Committed by Michael Niedermayer

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

parent 07a8fbaa
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment