Browse Source

vqf: add more known extensions

Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
tags/n0.10
Paul B Mahol Ronald S. Bultje 13 years ago
parent
commit
f86209b43d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavformat/vqf.c

+ 1
- 1
libavformat/vqf.c 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",
};

Loading…
Cancel
Save