1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-07-22 04:04:14 +02:00

vqf: add more known extensions

Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
This commit is contained in:
Paul B Mahol 2012-01-06 17:18:07 +00:00 committed by Ronald S. Bultje
parent 3aa3fc45fe
commit f86209b43d

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",
};