projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3aa3fc4
)
vqf: add more known extensions
author
Paul B Mahol
<onemda@gmail.com>
Fri, 6 Jan 2012 17:18:07 +0000
(17:18 +0000)
committer
Ronald S. Bultje
<rsbultje@gmail.com>
Fri, 6 Jan 2012 17:24:40 +0000
(09:24 -0800)
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
libavformat/vqf.c
patch
|
blob
|
history
diff --git
a/libavformat/vqf.c
b/libavformat/vqf.c
index
aba763d
..
3e79299
100644
(file)
--- a/
libavformat/vqf.c
+++ b/
libavformat/vqf.c
@@
-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
",
};