changeset 12336:e0b92e840609

1l debug junk
author rfelker
date Wed, 28 Apr 2004 04:19:47 +0000
parents 189cd9abb0a1
children 6f1b4c989914
files libmpcodecs/vf_harddup.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libmpcodecs/vf_harddup.c	Wed Apr 28 04:07:07 2004 +0000
+++ b/libmpcodecs/vf_harddup.c	Wed Apr 28 04:19:47 2004 +0000
@@ -46,7 +46,6 @@
 		// 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;