From e4cf8055809ee2d3348296b29840a2cb9a8dac84 Mon Sep 17 00:00:00 2001 From: reimar Date: Sun, 27 Jan 2008 09:08:54 +0000 Subject: 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 --- libmpdemux/demux_lavf.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libmpdemux/demux_lavf.c') 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 }; -- cgit v1.2.3