Mercurial > mplayer.hg
changeset 5878:4c3956729446
1000l
author | arpi |
---|---|
date | Sun, 28 Apr 2002 01:02:02 +0000 |
parents | 93de400ad48e |
children | d2941f563a6d |
files | libmpcodecs/vf_expand.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpcodecs/vf_expand.c Sun Apr 28 00:24:15 2002 +0000 +++ b/libmpcodecs/vf_expand.c Sun Apr 28 01:02:02 2002 +0000 @@ -198,10 +198,10 @@ 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... }