Skip to content
Snippets Groups Projects
Commit 490c735d authored by Roman Shaposhnik's avatar Roman Shaposhnik
Browse files

* turns out raw DV files can have .dif extension

Originally committed as revision 2921 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent cb6e87c1
No related branches found
No related tags found
No related merge requests found
...@@ -921,7 +921,7 @@ static AVInputFormat dv_iformat = { ...@@ -921,7 +921,7 @@ static AVInputFormat dv_iformat = {
dv_read_packet, dv_read_packet,
dv_read_close, dv_read_close,
dv_read_seek, dv_read_seek,
.extensions = "dv", .extensions = "dv,dif",
}; };
static AVOutputFormat dv_oformat = { static AVOutputFormat dv_oformat = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment