From 490c735d1b04a6e5b8ce4b66c43898183b36fb33 Mon Sep 17 00:00:00 2001 From: Roman Shaposhnik Date: Wed, 24 Mar 2004 06:32:57 +0000 Subject: * 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(-) (limited to 'libavformat/dv.c') diff --git a/libavformat/dv.c b/libavformat/dv.c index 7a1f5a48a9..58a70b023c 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 = { -- cgit v1.2.3