mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-29 19:02:21 +00:00
* 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:
parent
cb6e87c15a
commit
490c735d1b
@ -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…
Reference in New Issue
Block a user