mirror of https://github.com/mpv-player/mpv
Oops :)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9861 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
61a122e96f
commit
721a4640de
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue