* turns out raw DV files can have .dif extension

Originally committed as revision 2921 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Roman Shaposhnik 2004-03-24 06:32:57 +00:00
parent cb6e87c15a
commit 490c735d1b

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