lavc/hevcdsp: fix pretty printing mistake

"Issue" introduced in 83976e40e89655162e5394cf8915d9b6d89702d9.
This commit is contained in:
Clément Bœsch 2017-01-30 11:50:38 +01:00 committed by Clément Bœsch
parent 13564fc24d
commit 3a3554871a

View File

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