From 33ad8c3cab30ebf8a08c891a5ec8cbcba15feabb Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Wed, 18 Jan 2012 18:47:59 +0100 Subject: cosmetics: Remove some unnecessary block braces. --- libavfilter/vf_hflip.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'libavfilter/vf_hflip.c') diff --git a/libavfilter/vf_hflip.c b/libavfilter/vf_hflip.c index fb8911f851..c92296e61a 100644 --- a/libavfilter/vf_hflip.c +++ b/libavfilter/vf_hflip.c @@ -96,10 +96,8 @@ static void draw_slice(AVFilterLink *inlink, int y, int h, int slice_dir) for (i = 0; i < h>>vsub; i++) { switch (step) { case 1: - { for (j = 0; j < (inlink->w >> hsub); j++) outrow[j] = inrow[-j]; - } break; case 2: -- cgit v1.2.3