Browse Source

* turns out raw DV files can have .dif extension

Originally committed as revision 2921 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Roman Shaposhnik 21 years ago
parent
commit
490c735d1b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavformat/dv.c

+ 1
- 1
libavformat/dv.c View File

@@ -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 = {


Loading…
Cancel
Save