From 0eb321bf2c1cc0e048faff26a01f86cdd3ec254f Mon Sep 17 00:00:00 2001 From: Uoti Urpala Date: Tue, 7 Jul 2009 02:26:13 +0300 Subject: Remove trailing whitespace from most files --- libmpcodecs/vf_telecine.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'libmpcodecs/vf_telecine.c') diff --git a/libmpcodecs/vf_telecine.c b/libmpcodecs/vf_telecine.c index b524f395b6..a30ab8121b 100644 --- a/libmpcodecs/vf_telecine.c +++ b/libmpcodecs/vf_telecine.c @@ -21,7 +21,7 @@ static int put_image(struct vf_instance* vf, mp_image_t *mpi, double pts) int ret; vf->priv->frame = (vf->priv->frame+1)%4; - + dmpi = vf_get_image(vf->next, mpi->imgfmt, MP_IMGTYPE_STATIC, MP_IMGFLAG_ACCEPT_STRIDE | MP_IMGFLAG_PRESERVE, mpi->width, mpi->height); @@ -135,5 +135,3 @@ const vf_info_t vf_info_telecine = { open, NULL }; - - -- cgit v1.2.3