Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2012-01-06 21:18:07 +0400
committerRonald S. Bultje <rsbultje@gmail.com>2012-01-06 21:24:40 +0400
commitf86209b43de91e84675f7d1be6a1572ecccb2110 (patch)
tree218cdd8028d8f90443ee9724a05093c188450d24 /libavformat/vqf.c
parent3aa3fc45feab2316261e16987f0d5bc0f03f72f7 (diff)
vqf: add more known extensions
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
Diffstat (limited to 'libavformat/vqf.c')
-rw-r--r--libavformat/vqf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/vqf.c b/libavformat/vqf.c
index aba763d38f..3e79299362 100644
--- 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",
};