# HG changeset patch # User arpi # Date 1019081954 0 # Node ID a8693d8d3e9d84fe2983e4ef8823fef4f6fc4fec # Parent bf171d3295467205699ae47d21193d84a29cb4af IMGTYPE_IPB not yet supported :( diff -r bf171d329546 -r a8693d8d3e9d libmpcodecs/vf_expand.c --- 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!