[MPlayer-cvslog] r28737 - trunk/libvo/vo_vdpau.c

cehoyos subversion at mplayerhq.hu
Thu Feb 26 20:34:04 CET 2009


Author: cehoyos
Date: Thu Feb 26 20:34:04 2009
New Revision: 28737

Log:
10l: Remove debug printf() from last commit.

Modified:
   trunk/libvo/vo_vdpau.c

Modified: trunk/libvo/vo_vdpau.c
==============================================================================
--- trunk/libvo/vo_vdpau.c	Thu Feb 26 19:20:32 2009	(r28736)
+++ trunk/libvo/vo_vdpau.c	Thu Feb 26 20:34:04 2009	(r28737)
@@ -1017,7 +1017,6 @@ static int control(uint32_t request, voi
             return VO_TRUE;
         case VOCTRL_SET_DEINTERLACE:
             deint = *(int*)data;
-printf("Set to %d. \n", deint);
             return VO_TRUE;
         case VOCTRL_PAUSE:
             return (int_pause = 1);



More information about the MPlayer-cvslog mailing list