You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
avcodec/hevc_filter: Fix indention
Found-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user