changeset 28702:eb5e70a423e3

10l: Remove debug printf() from last commit.
author cehoyos
date Thu, 26 Feb 2009 19:34:04 +0000
parents fc457469ed7b
children 439de22fe1c0
files libvo/vo_vdpau.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/vo_vdpau.c	Thu Feb 26 18:20:32 2009 +0000
+++ b/libvo/vo_vdpau.c	Thu Feb 26 19:34:04 2009 +0000
@@ -1017,7 +1017,6 @@
             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);