Commit 3eb6b5f2 authored by romansh's avatar romansh

      * turns out raw DV files can have .dif extension


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2921 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent b8e6185a
......@@ -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