changeset 9860:82ab6e40c4ea

Oops :)
author arpi
date Sun, 06 Apr 2003 16:49:23 +0000
parents 16a7d1f4da38
children 178a3d9f2523
files libmpcodecs/vd_libmpeg2.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libmpcodecs/vd_libmpeg2.c	Sun Apr 06 16:43:46 2003 +0000
+++ b/libmpcodecs/vd_libmpeg2.c	Sun Apr 06 16:49:23 2003 +0000
@@ -121,8 +121,6 @@
 	    int type=info->current_picture->flags&PIC_MASK_CODING_TYPE;
 	    mp_image_t* mpi;
 	    
-	    printf("\mlibmpeg2: TYPE=%d\n",type);
-
 	    drop_frame = framedrop && (mpeg2dec->decoder.coding_type == B_TYPE);
             drop_frame |= framedrop>=2; // hard drop
             if (drop_frame) {