From d62c80d3bd462257c6ebdef6d0eefc9dc6d677b4 Mon Sep 17 00:00:00 2001 From: pontscho Date: Tue, 4 Sep 2001 15:21:00 +0000 Subject: fix xshape, mixer, fullscreen, etc git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1853 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/sub.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libvo/sub.c') diff --git a/libvo/sub.c b/libvo/sub.c index c9ee16d6e0..ff3a784605 100644 --- a/libvo/sub.c +++ b/libvo/sub.c @@ -163,7 +163,7 @@ inline static void vo_draw_text_sub(int dxs,int dys,void (*draw_alpha)(int x0,in t=vo_sub->text[i++]; len=strlen(t)-1; - printf("sub(%d) '%s'\n",len,t); +// printf("sub(%d) '%s'\n",len,t); // if(len<0) memy -=h; // according to max of vo_font->pic_a[font]->h // else for (j=0;j<=len;j++){ -- cgit v1.2.3