Hi, On Fri, Jan 6, 2012 at 9:18 AM, Paul B Mahol <[email protected]> wrote: > --- > 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", > };
OK. Ronald _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
