From c7c7867c0772b0ed23c55f85c788111e855bb8dc Mon Sep 17 00:00:00 2001 From: arpi Date: Wed, 17 Apr 2002 22:19:14 +0000 Subject: [PATCH] IMGTYPE_IPB not yet supported :( git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5672 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpcodecs/vf_expand.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libmpcodecs/vf_expand.c b/libmpcodecs/vf_expand.c index 3466fe7b90..622965acfe 100644 --- a/libmpcodecs/vf_expand.c +++ b/libmpcodecs/vf_expand.c @@ -164,6 +164,7 @@ static int config(struct vf_instance_s* vf, // 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!