[MPlayer-cvslog] r20275 - trunk/libass/ass_render.c
    eugeni 
    subversion at mplayerhq.hu
       
    Mon Oct 16 21:02:11 CEST 2006
    
    
  
Author: eugeni
Date: Mon Oct 16 21:02:11 2006
New Revision: 20275
Modified:
   trunk/libass/ass_render.c
Log:
Remove an outdated debug message.
Modified: trunk/libass/ass_render.c
==============================================================================
--- trunk/libass/ass_render.c	(original)
+++ trunk/libass/ass_render.c	Mon Oct 16 21:02:11 2006
@@ -1004,7 +1004,6 @@
 			render_context.be = val ? 1 : 0;
 		else
 			render_context.be = 0;
-		mp_msg(MSGT_GLOBAL, MSGL_V, "be unimplemented \n");
 	} else if (mystrcmp(&p, "b")) {
 		int b;
 		if (mystrtoi(&p, 10, &b))
    
    
More information about the MPlayer-cvslog
mailing list