[MPlayer-cvslog] r27551 - trunk/libmpdemux/demux_lavf.c
uau
subversion at mplayerhq.hu
Mon Sep 8 23:26:24 CEST 2008
Author: uau
Date: Mon Sep 8 23:26:24 2008
New Revision: 27551
Log:
Use internal demuxer for Matroska files for now
Change the default demuxer back to the internal one at least until the
current lavf breakage with SSA/ASS subtitles is sorted out. There have
also been quite a few other regressions so maybe the lavf demuxer
should be tested a bit more before trying to make it the default again.
Modified:
trunk/libmpdemux/demux_lavf.c
Modified: trunk/libmpdemux/demux_lavf.c
==============================================================================
--- trunk/libmpdemux/demux_lavf.c (original)
+++ trunk/libmpdemux/demux_lavf.c Mon Sep 8 23:26:24 2008
@@ -183,7 +183,6 @@ static const char *preferred_list[] = {
"mov,mp4,m4a,3gp,3g2,mj2",
"mpc",
"mpc8",
- "matroska",
NULL
};
More information about the MPlayer-cvslog
mailing list