Commit d525b45f authored by Michael Niedermayer's avatar Michael Niedermayer

avcodec/hevc_filter: Fix indention

Found-by: 's avatarTimothy Gu <timothygu99@gmail.com>
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 7cf6a67e
...@@ -480,8 +480,8 @@ static void deblocking_filter_CTB(HEVCContext *s, int x0, int y0) ...@@ -480,8 +480,8 @@ static void deblocking_filter_CTB(HEVCContext *s, int x0, int y0)
} }
} }
if(!y) if(!y)
continue; continue;
// horizontal filtering chroma // horizontal filtering chroma
tc_offset = x0 ? left_tc_offset : cur_tc_offset; tc_offset = x0 ? left_tc_offset : cur_tc_offset;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment