summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vf_harddup.c
diff options
context:
space:
mode:
authorrfelker <rfelker@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-04-28 04:19:47 +0000
committerrfelker <rfelker@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-04-28 04:19:47 +0000
commitb7e594f57db070ef36927e83e498734cf9fcaad1 (patch)
treee81e94d8428ec23f62908ad3dae153366dd8e379 /libmpcodecs/vf_harddup.c
parenta02009a05a219db470d319858a8eea5edaf0f5b4 (diff)
downloadmpv-b7e594f57db070ef36927e83e498734cf9fcaad1.tar.bz2
mpv-b7e594f57db070ef36927e83e498734cf9fcaad1.tar.xz
1l debug junk
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12337 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpcodecs/vf_harddup.c')
-rw-r--r--libmpcodecs/vf_harddup.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libmpcodecs/vf_harddup.c b/libmpcodecs/vf_harddup.c
index cc361f81c8..ca3f778971 100644
--- a/libmpcodecs/vf_harddup.c
+++ b/libmpcodecs/vf_harddup.c
@@ -46,7 +46,6 @@ static int control(struct vf_instance_s* vf, int request, void* data)
// has been called earlier in the filter chain
// since the last put_image. This is reasonable
// because we're handling a duplicate frame!
- puts("hard dup!");
if (put_image(vf, vf->priv->last_mpi))
return CONTROL_TRUE;
break;