[PATCH] Re: [MPlayer-dev-eng] bogus 'subtitles not found' message

Salvatore Falco sfalco at studenti.ing.uniroma1.it
Mon Oct 20 13:53:26 CEST 2003


On Sat, Oct 18, 2003 at 10:48:55AM +0200, mplayer-dev-eng-request at mplayerhq.hu wrote:
> Date: Sat, 18 Oct 2003 00:43:22 +0200
> From: Moritz Bunkus <moritz at bunkus.org>
> To: MPlayer devel <mplayer-dev-eng at mplayerhq.hu>
> Subject: [MPlayer-dev-eng] bogus 'subtitles not found' message
> 
> Hi.
> 
> Another report of a user wondering about the funny 'Subtitles requested
> but not found' message that crept in with the 'subtitle alignment' patch
> by Salvatore Falco (Sep 18). Can I PLEASE remove this annoying message?
>

	Yes, of course. The patch is attached.

	Salvatore Falco
-------------- next part --------------
diff -Nur MPlayer.orig/libvo/sub.c MPlayer/libvo/sub.c
--- MPlayer.orig/libvo/sub.c	2003-09-23 11:38:28.000000000 +0200
+++ MPlayer/libvo/sub.c	2003-10-20 14:49:44.000000000 +0200
@@ -623,7 +623,7 @@
 	    }
 	    free(pmt);
 	} else {
-		mp_msg(MSGT_OSD, MSGL_WARN, "\nSubtitles requested but not found.\n");
+		mp_msg(MSGT_OSD, MSGL_V, "\nSubtitles requested but not found.\n");
 	}
 	
     }


More information about the MPlayer-dev-eng mailing list