summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2016-04-27 18:37:17 +0200
committerAnton Khirnov <anton@khirnov.net>2016-07-25 13:57:00 +0200
commit9ac5e646e0f3f6bd9ba8183fff720c1304d50512 (patch)
tree64d820a0d2d6b8391c6b4387e6daccc7b7a2c1a5
parent85ddf3070c3240eae9bf076fde259daa91838081 (diff)
cfhd: more cosmetics
-rw-r--r--libavcodec/cfhd.c4
1 files 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];