From 490c735d1b04a6e5b8ce4b66c43898183b36fb33 Mon Sep 17 00:00:00 2001
From: Roman Shaposhnik <roman@shaposhnik.org>
Date: Wed, 24 Mar 2004 06:32:57 +0000
Subject: [PATCH]       * turns out raw DV files can have .dif extension

Originally committed as revision 2921 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 libavformat/dv.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavformat/dv.c b/libavformat/dv.c
index 7a1f5a48a94..58a70b023cb 100644
--- a/libavformat/dv.c
+++ b/libavformat/dv.c
@@ -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 = {
-- 
GitLab