Commit 3a355487 authored by Clément Bœsch's avatar Clément Bœsch Committed by Clément Bœsch

lavc/hevcdsp: fix pretty printing mistake

"Issue" introduced in 83976e40.
parent 13564fc2
......@@ -1497,7 +1497,9 @@ static void FUNC(put_hevc_epel_bi_w_hv)(uint8_t *_dst, ptrdiff_t _dststride, uin
dst += dststride;
src2 += MAX_PB_SIZE;
}
}// line zero
}
// line zero
#define P3 pix[-4 * xstride]
#define P2 pix[-3 * xstride]
#define P1 pix[-2 * xstride]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment