Commit 490c735d authored by Roman Shaposhnik's avatar Roman Shaposhnik

* turns out raw DV files can have .dif extension

Originally committed as revision 2921 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent cb6e87c1
......@@ -921,7 +921,7 @@ static AVInputFormat dv_iformat = {
dv_read_packet,
dv_read_close,
dv_read_seek,
.extensions = "dv",
.extensions = "dv,dif",
};
static AVOutputFormat dv_oformat = {
......
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