[FFmpeg-cvslog] vqf: add more known extensions
Paul B Mahol
git at videolan.org
Sat Jan 7 02:44:32 CET 2012
ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Fri Jan 6 17:18:07 2012 +0000| [f86209b43de91e84675f7d1be6a1572ecccb2110] | committer: Ronald S. Bultje
vqf: add more known extensions
Signed-off-by: Ronald S. Bultje <rsbultje at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f86209b43de91e84675f7d1be6a1572ecccb2110
---
libavformat/vqf.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/libavformat/vqf.c b/libavformat/vqf.c
index aba763d..3e79299 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",
};
More information about the ffmpeg-cvslog
mailing list