From 9ac5e646e0f3f6bd9ba8183fff720c1304d50512 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Wed, 27 Apr 2016 18:37:17 +0200 Subject: cfhd: more cosmetics --- libavcodec/cfhd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavcodec/cfhd.c b/libavcodec/cfhd.c index 7e2dec1b27..b03dd38d0a 100644 --- a/libavcodec/cfhd.c +++ b/libavcodec/cfhd.c @@ -633,8 +633,8 @@ static int reconstruct_level(AVCodecContext *avctx, CFHDContext *s, void *data, output++; } - low = s->plane[plane].l_h[0 + 3 * idx]; - high = s->plane[plane].l_h[1 + 3 * idx]; + low = s->plane[plane].l_h[0 + 3 * idx]; + high = s->plane[plane].l_h[1 + 3 * idx]; if (level != 3) { output = s->plane[plane].subband[0]; -- cgit v1.2.3