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

Salvatore Falco sfalco at studenti.ing.uniroma1.it
Mon Oct 20 15:02:45 CEST 2003


> There should be NO message at all! At the moment this message always
> pops up if the subtitles should be deleted and the text to display is
> empty - and in that case the message is simply unnecessary...
> 
> --=20
>  =3D=3D> Ciao, Mosu (Moritz Bunkus)

	You are right. Here is the patch.
-- 
	Saluti, Salvatore Falco
    Linux User Group Roma, socio #24
-------------- 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 15:43:29.000000000 +0200
@@ -622,8 +622,6 @@
 		pmt = pmt->next;
 	    }
 	    free(pmt);
-	} else {
-		mp_msg(MSGT_OSD, MSGL_WARN, "\nSubtitles requested but not found.\n");
 	}
 	
     }


More information about the MPlayer-dev-eng mailing list