This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
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
cb6e87c15a
commit
490c735d1b
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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 = {
Write
Preview
Loading…
Cancel
Save