avcodec/hevc_filter: Correct indention

Signed-off-by: Limin Wang <lance.lmwang@gmail.com>
pull/370/head
Limin Wang 3 years ago
parent 5a91850b61
commit 77970abb71
  1. 2
      libavcodec/hevc_filter.c

@ -138,7 +138,7 @@ static int get_qPy(HEVCContext *s, int xC, int yC)
static void copy_CTB(uint8_t *dst, const uint8_t *src, int width, int height,
ptrdiff_t stride_dst, ptrdiff_t stride_src)
{
int i, j;
int i, j;
if (((intptr_t)dst | (intptr_t)src | stride_dst | stride_src) & 15) {
for (i = 0; i < height; i++) {

Loading…
Cancel
Save