summaryrefslogtreecommitdiff
path: root/libavcodec/hevc_filter.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2015-02-02 19:56:44 +0100
committerMichael Niedermayer <michaelni@gmx.at>2015-02-02 19:56:44 +0100
commitd525b45fde177fc3ee143c5ae557dc66546000b2 (patch)
tree1bae4be9c02f78586abdc6b5b0b758ff8790bd21 /libavcodec/hevc_filter.c
parent7cf6a67ef9c9ac95e57867c753f38104f481f6f1 (diff)
downloadffmpeg-d525b45fde177fc3ee143c5ae557dc66546000b2.tar.gz
avcodec/hevc_filter: Fix indention
Found-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/hevc_filter.c')
-rw-r--r--libavcodec/hevc_filter.c4
1 files 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;