diff libmpcodecs/vf_expand.c @ 5878:4c3956729446

1000l
author arpi
date Sun, 28 Apr 2002 01:02:02 +0000
parents f19dff1456ed
children 20ccb89222bc
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...
     }