diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2015-02-02 19:56:44 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2015-02-02 19:56:44 +0100 |
commit | d525b45fde177fc3ee143c5ae557dc66546000b2 (patch) | |
tree | 1bae4be9c02f78586abdc6b5b0b758ff8790bd21 | |
parent | 7cf6a67ef9c9ac95e57867c753f38104f481f6f1 (diff) | |
download | ffmpeg-d525b45fde177fc3ee143c5ae557dc66546000b2.tar.gz |
avcodec/hevc_filter: Fix indention
Found-by: Timothy Gu <timothygu99@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | libavcodec/hevc_filter.c | 4 |
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; |