[Mplayer-cvslog] CVS: main/libmpcodecs vf_expand.c,1.5,1.6

Arpi of Ize arpi at mplayerhq.hu
Thu Apr 18 00:19:16 CEST 2002


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

Modified Files:
	vf_expand.c 
Log Message:
IMGTYPE_IPB not yet supported :(

Index: vf_expand.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/vf_expand.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- vf_expand.c	17 Apr 2002 21:51:18 -0000	1.5
+++ vf_expand.c	17 Apr 2002 22:19:14 -0000	1.6
@@ -164,6 +164,7 @@
 // codec -copy-> expand -copy-> vo (worst case)
 
 static void get_image(struct vf_instance_s* vf, mp_image_t *mpi){
+    if(mpi->type==MP_IMGTYPE_IPB) return; // not yet working
 #ifdef OSD_SUPPORT
     if(vf->priv->osd && (mpi->flags&MP_IMGFLAG_PRESERVE)){
 	// check if we have to render osd!




More information about the MPlayer-cvslog mailing list