summaryrefslogtreecommitdiffstats
path: root/libmpdemux
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-01-27 09:08:54 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-01-27 09:08:54 +0000
commite4cf8055809ee2d3348296b29840a2cb9a8dac84 (patch)
tree80c4e7549a74f396d20607f3087b733b1b9f253a /libmpdemux
parent3560751199805441b992c2e4559d10f051764de8 (diff)
downloadmpv-e4cf8055809ee2d3348296b29840a2cb9a8dac84.tar.bz2
mpv-e4cf8055809ee2d3348296b29840a2cb9a8dac84.tar.xz
Prefer lavf mov demuxer over our own, it should work better most of the time now.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25874 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 212db7d28f..eb572563ba 100644
--- a/libmpdemux/demux_lavf.c
+++ b/libmpdemux/demux_lavf.c
@@ -229,6 +229,7 @@ static const char *preferred_list[] = {
"mxf",
"flv",
"swf",
+ "mov,mp4,m4a,3gp,3g2,mj2",
NULL
};