summaryrefslogtreecommitdiffstats
path: root/libmpdemux/demux_lavf.c
diff options
context:
space:
mode:
authorvitor <vitor@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-09-07 17:20:44 +0000
committervitor <vitor@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-09-07 17:20:44 +0000
commit9d99f5bd8d8fdeb3997d14a2cea3f32d928b9d22 (patch)
tree5c2930ecdce1d3180732587e051539a076dc2257 /libmpdemux/demux_lavf.c
parentaf8ff1be74077b6a7a2d426923cd312d0ec6d4c0 (diff)
downloadmpv-9d99f5bd8d8fdeb3997d14a2cea3f32d928b9d22.tar.bz2
mpv-9d99f5bd8d8fdeb3997d14a2cea3f32d928b9d22.tar.xz
Add support for lavf vqf demuxer and lavc TwinVQ decoder.
Also make lavf the default demuxer for vqf. Ok'ed by Compn on IRC. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29655 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpdemux/demux_lavf.c')
-rw-r--r--libmpdemux/demux_lavf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libmpdemux/demux_lavf.c b/libmpdemux/demux_lavf.c
index e89b3914f0..a4f84eda71 100644
--- a/libmpdemux/demux_lavf.c
+++ b/libmpdemux/demux_lavf.c
@@ -183,6 +183,7 @@ static const char * const preferred_list[] = {
"mov,mp4,m4a,3gp,3g2,mj2",
"mpc",
"mpc8",
+ "vqf",
NULL
};