mirror of
https://github.com/mpv-player/mpv
synced 2024-12-24 15:52:25 +00:00
10l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22135 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
339929d765
commit
b831716dbd
@ -417,7 +417,7 @@ static int put_image(struct vf_instance_s* vf, mp_image_t *mpi, double pts){
|
|||||||
vf->priv->do_deinterlace= 2;
|
vf->priv->do_deinterlace= 2;
|
||||||
return 0;
|
return 0;
|
||||||
}else
|
}else
|
||||||
continue_buffered_image(vf);
|
return continue_buffered_image(vf);
|
||||||
}
|
}
|
||||||
|
|
||||||
static int continue_buffered_image(struct vf_instance_s *vf)
|
static int continue_buffered_image(struct vf_instance_s *vf)
|
||||||
|
Loading…
Reference in New Issue
Block a user