Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman Shaposhnik <roman@shaposhnik.org>2004-03-24 09:32:57 +0300
committerRoman Shaposhnik <roman@shaposhnik.org>2004-03-24 09:32:57 +0300
commit490c735d1b04a6e5b8ce4b66c43898183b36fb33 (patch)
tree0c8448b5fda44aa596bf51a34c8179a637e74ef8 /libavformat/dv.c
parentcb6e87c15ac448a64a41871d58ebb7aa88da183e (diff)
* turns out raw DV files can have .dif extension
Originally committed as revision 2921 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/dv.c')
-rw-r--r--libavformat/dv.c2
1 files changed, 1 insertions, 1 deletions
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 = {