From 9251fa125f6ebc0f485c93af1809efb7b6da19bd Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Fri, 15 May 2015 10:34:39 +0200 Subject: Remove trailing whitespaces --- video/filter/vf_vavpp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'video/filter') diff --git a/video/filter/vf_vavpp.c b/video/filter/vf_vavpp.c index be7f7f4dad..f3ca627ac2 100644 --- a/video/filter/vf_vavpp.c +++ b/video/filter/vf_vavpp.c @@ -163,14 +163,14 @@ static struct mp_image *render(struct vf_instance *vf, struct mp_image *in, status = vaMapBuffer(p->display, buffer, (void**)¶m); if (!check_error(vf, status, "vaMapBuffer()")) break; - + VAProcFilterParameterBufferDeinterlacing *filter_params; status = vaMapBuffer(p->display, *(p->pipe.filters), (void**)&filter_params); if (!check_error(vf, status, "vaMapBuffer()")) break; filter_params->flags = flags & VA_TOP_FIELD ? 0 : VA_DEINTERLACING_BOTTOM_FIELD; vaUnmapBuffer(p->display, *(p->pipe.filters)); - + param->surface = in_id; param->surface_region = NULL; param->output_region = NULL; -- cgit v1.2.3