Module: libav Branch: master Commit: f86209b43de91e84675f7d1be6a1572ecccb2110
Author: Paul B Mahol <[email protected]> Committer: Ronald S. Bultje <[email protected]> Date: Fri Jan 6 17:18:07 2012 +0000 vqf: add more known extensions Signed-off-by: Ronald S. Bultje <[email protected]> --- 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", }; _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
