summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authorcehoyos <cehoyos@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-02-26 19:34:04 +0000
committercehoyos <cehoyos@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-02-26 19:34:04 +0000
commitcd1dc957febe04b59ac6d6633211c51e3aa552dc (patch)
treebb0295100dced219f385891b6c2e5baa27f6613e /libvo
parent2614be14cc819546c28a9204848ec3980789df4e (diff)
downloadmpv-cd1dc957febe04b59ac6d6633211c51e3aa552dc.tar.bz2
mpv-cd1dc957febe04b59ac6d6633211c51e3aa552dc.tar.xz
10l: Remove debug printf() from last commit.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28737 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r--libvo/vo_vdpau.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libvo/vo_vdpau.c b/libvo/vo_vdpau.c
index 67db014bad..205957751a 100644
--- a/libvo/vo_vdpau.c
+++ b/libvo/vo_vdpau.c
@@ -1017,7 +1017,6 @@ static int control(uint32_t request, void *data, ...)
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);