mirror of https://github.com/mpv-player/mpv
1000l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5879 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
07731c7fce
commit
7e8ae0685b
|
@ -198,10 +198,10 @@ static void get_image(struct vf_instance_s* vf, mp_image_t *mpi){
|
|||
|
||||
static void put_image(struct vf_instance_s* vf, mp_image_t *mpi){
|
||||
if(mpi->flags&MP_IMGFLAG_DIRECT){
|
||||
vf_next_put_image(vf,vf->priv->dmpi);
|
||||
#ifdef OSD_SUPPORT
|
||||
if(vf->priv->osd) draw_osd(vf,mpi->w,mpi->h);
|
||||
#endif
|
||||
vf_next_put_image(vf,vf->priv->dmpi);
|
||||
return; // we've used DR, so we're ready...
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue