# HG changeset patch # User cehoyos # Date 1235676844 0 # Node ID eb5e70a423e3a73c1ee13af6ac9a36f81f4e4b76 # Parent fc457469ed7b47b4948b1f383daa939b84f53261 10l: Remove debug printf() from last commit. diff -r fc457469ed7b -r eb5e70a423e3 libvo/vo_vdpau.c --- 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);