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
vqf: add more known extensions
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
tags/n0.10
Paul B Mahol
Ronald S. Bultje
13 years ago
parent
3aa3fc45fe
commit
f86209b43d
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavformat/vqf.c
+ 1
- 1
libavformat/vqf.c
View File
@@ -265,5 +265,5 @@ AVInputFormat ff_vqf_demuxer = {
.read_header = vqf_read_header,
.read_packet = vqf_read_packet,
.read_seek = vqf_read_seek,
.extensions = "vqf",
.extensions
= "vqf
,vql,vqe
",
};
Write
Preview
Loading…
Cancel
Save