summaryrefslogtreecommitdiffstats
path: root/libmpdemux
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-05-26 18:01:38 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-05-26 18:01:38 +0000
commit1e0b9a97fd840c547bc22591ce225f998d0cf3c5 (patch)
treef04756a067a0ce99a6b61add98bcbd51a662c804 /libmpdemux
parent328306708f6687e9cf43a32930b252bc18ba851f (diff)
downloadmpv-1e0b9a97fd840c547bc22591ce225f998d0cf3c5.tar.bz2
mpv-1e0b9a97fd840c547bc22591ce225f998d0cf3c5.tar.xz
Switch ogg demuxing to lavf by default.
This has the side-effect of using fftheora by default instead of theora, which possibly should be changed. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31225 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpdemux')
-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 3305611876..dea34b72c2 100644
--- a/libmpdemux/demux_lavf.c
+++ b/libmpdemux/demux_lavf.c
@@ -216,6 +216,7 @@ static const char * const preferred_list[] = {
"mpc",
"mpc8",
"mxf",
+ "ogg",
"swf",
"vqf",
"w64",