From 2941a937f23fcad39c4829157213c2a21d5b4ba5 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Wed, 4 Apr 2012 16:19:56 +0200 Subject: vf_idet: fix indention Signed-off-by: Michael Niedermayer --- libavfilter/vf_idet.c | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'libavfilter/vf_idet.c') diff --git a/libavfilter/vf_idet.c b/libavfilter/vf_idet.c index 6cdaab06a0..d0682b4b5c 100644 --- a/libavfilter/vf_idet.c +++ b/libavfilter/vf_idet.c @@ -255,16 +255,16 @@ AVFilter avfilter_vf_idet = { .query_formats = query_formats, .inputs = (const AVFilterPad[]) {{ .name = "default", - .type = AVMEDIA_TYPE_VIDEO, - .start_frame = start_frame, - .draw_slice = null_draw_slice, - .end_frame = end_frame, - .rej_perms = AV_PERM_REUSE2, }, - { .name = NULL}}, + .type = AVMEDIA_TYPE_VIDEO, + .start_frame = start_frame, + .draw_slice = null_draw_slice, + .end_frame = end_frame, + .rej_perms = AV_PERM_REUSE2, }, + { .name = NULL}}, .outputs = (const AVFilterPad[]) {{ .name = "default", - .type = AVMEDIA_TYPE_VIDEO, - .poll_frame = poll_frame, - .request_frame = request_frame, }, - { .name = NULL}}, + .type = AVMEDIA_TYPE_VIDEO, + .poll_frame = poll_frame, + .request_frame = request_frame, }, + { .name = NULL}}, }; -- cgit v1.2.3