avcodec/hevc_filter: Fix indention

Found-by: Timothy Gu <timothygu99@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
pull/115/head^2
Michael Niedermayer 10 years ago
parent 7cf6a67ef9
commit d525b45fde
  1. 4
      libavcodec/hevc_filter.c

@ -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;

Loading…
Cancel
Save