changeset 5671:a8693d8d3e9d

IMGTYPE_IPB not yet supported :(
author arpi
date Wed, 17 Apr 2002 22:19:14 +0000
parents bf171d329546
children 1f8b34f1e7c0
files libmpcodecs/vf_expand.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libmpcodecs/vf_expand.c	Wed Apr 17 22:17:32 2002 +0000
+++ b/libmpcodecs/vf_expand.c	Wed Apr 17 22:19:14 2002 +0000
@@ -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!