From d525b45fde177fc3ee143c5ae557dc66546000b2 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Mon, 2 Feb 2015 19:56:44 +0100 Subject: [PATCH] avcodec/hevc_filter: Fix indention Found-by: Timothy Gu Signed-off-by: Michael Niedermayer --- libavcodec/hevc_filter.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavcodec/hevc_filter.c b/libavcodec/hevc_filter.c index 6f1104183e..90bf1feb15 100644 --- a/libavcodec/hevc_filter.c +++ b/libavcodec/hevc_filter.c @@ -480,8 +480,8 @@ static void deblocking_filter_CTB(HEVCContext *s, int x0, int y0) } } - if(!y) - continue; + if(!y) + continue; // horizontal filtering chroma tc_offset = x0 ? left_tc_offset : cur_tc_offset;