mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-02-13 19:05:37 +00: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:
parent
7cf6a67ef9
commit
d525b45fde
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue