[MPlayer-users] Latest SVN - Subtitles broken for VOBs, DTS support removed(?), LIVE555 fails to compile, undefined ENABLE_* functions in libavcodec/dsputil.c

Reimar Doeffinger Reimar.Doeffinger at stud.uni-karlsruhe.de
Sun Jun 17 10:09:59 CEST 2007


Hello,
here is the patch I intended to attach...

Greetings,
Reimar Doeffinger
-------------- next part --------------
Index: command.c
===================================================================
--- command.c	(revision 23566)
+++ command.c	(working copy)
@@ -1256,6 +1256,8 @@
 #endif
 	    if (mpctx->stream->type != STREAMTYPE_DVD
 		&& mpctx->stream->type != STREAMTYPE_DVDNAV) {
+		d_sub->id = dvdsub_id;
+#if 0
 		int i = 0;
 		for (d_sub->id = 0; d_sub->id < MAX_S_STREAMS; d_sub->id++) {
 		    if (mpctx->demuxer->s_streams[d_sub->id]) {
@@ -1264,6 +1266,7 @@
 			i++;
 		    }
 		}
+#endif
 		d_sub->sh = mpctx->demuxer->s_streams[d_sub->id];
 	    }
 	    if (mpctx->demuxer->type == DEMUXER_TYPE_MATROSKA)


More information about the MPlayer-users mailing list