# HG changeset patch # User rfelker # Date 1112940904 0 # Node ID 1cb1a9584c3bce143bced2b4130a4141aea09372 # Parent 21330e95a22d82f9e7d6dc24ee734ad644cd99e5 remove nonsense code left from copy&paste from another filter (it was never used) diff -r 21330e95a22d -r 1cb1a9584c3b libmpcodecs/vf_field.c --- a/libmpcodecs/vf_field.c Fri Apr 08 00:52:43 2005 +0000 +++ b/libmpcodecs/vf_field.c Fri Apr 08 06:15:04 2005 +0000 @@ -23,11 +23,6 @@ } static int put_image(struct vf_instance_s* vf, mp_image_t *mpi){ - if(mpi->flags&MP_IMGFLAG_DIRECT){ - // we've used DR, so we're ready... - return vf_next_put_image(vf,(mp_image_t*)mpi->priv); - } - vf->dmpi=vf_get_image(vf->next,mpi->imgfmt, MP_IMGTYPE_EXPORT, MP_IMGFLAG_ACCEPT_STRIDE, mpi->width, mpi->height/2);