[Mplayer-cvslog] CVS: main/libvo sub.c,1.71,1.72

Moritz Bunkus CVS mosu at mplayerhq.hu
Tue Oct 21 10:45:56 CEST 2003


Update of /cvsroot/mplayer/main/libvo
In directory mail:/var/tmp.root/cvs-serv16800

Modified Files:
	sub.c 
Log Message:
Get rid of the annoying and useless "Subtitles requested but not found" message.

Index: sub.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/sub.c,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- sub.c	21 Sep 2003 13:20:06 -0000	1.71
+++ sub.c	21 Oct 2003 08:45:13 -0000	1.72
@@ -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-cvslog mailing list