[MPlayer-users] DVDNAV problem: subtitles

Reimar Döffinger Reimar.Doeffinger at gmx.de
Sun Jul 26 18:39:04 CEST 2009


On Thu, Jul 23, 2009 at 02:20:10PM -0300, Dâniel Fraga wrote:
> On Wed, 22 Jul 2009 11:23:42 -0300
> Dâniel Fraga <fragabr at gmail.com> wrote:
> 
> > On Wed, 22 Jul 2009 10:49:50 +0200
> > Nico Sabbi <Nicola.Sabbi at poste.it> wrote:
> > 
> > > not in libdvdnav, but in stream_dvdnav.c. This reminds me that I 
> > > forgot to fix a report by Reimar. Sorry Reimar.
> > 
> > 	Will it be fixed? I'd appreciate very much that. Thank you!
> 
> 	Nico, any news on this? Is it easy to fix?

I used this to fix it, but it almost certainly breaks something else:
Index: mplayer.c
===================================================================
--- mplayer.c	(revision 29425)
+++ mplayer.c	(working copy)
@@ -1860,7 +1860,7 @@
         resync_audio_stream(ctx->sh_audio);
     }
 
-    if (ctx->d_sub) dvdsub_id = -2;
+//    if (ctx->d_sub) dvdsub_id = -2;
 
     audio_delay = 0.0f;
 


More information about the MPlayer-users mailing list