git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9861 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2003-04-06 16:49:23 +00:00
parent 61a122e96f
commit 721a4640de
1 changed files with 0 additions and 2 deletions

View File

@ -121,8 +121,6 @@ static mp_image_t* decode(sh_video_t *sh,void* data,int len,int flags){
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) {