[Mplayer-cvslog] CVS: main/libmpcodecs vf_expand.c,1.7,1.8

Arpi of Ize arpi at mplayerhq.hu
Sun Apr 28 03:02:04 CEST 2002


Update of /cvsroot/mplayer/main/libmpcodecs
In directory mail:/var/tmp.root/cvs-serv392

Modified Files:
	vf_expand.c 
Log Message:
1000l

Index: vf_expand.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/vf_expand.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- vf_expand.c	18 Apr 2002 17:59:32 -0000	1.7
+++ vf_expand.c	28 Apr 2002 01:02:02 -0000	1.8
@@ -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...
     }
 




More information about the MPlayer-cvslog mailing list