From eb0f42aa965f120fb0db6e9e1ed55703de79218a Mon Sep 17 00:00:00 2001 From: Ari Lemmetti Date: Sun, 21 Nov 2021 02:11:50 +0200 Subject: [PATCH] Update comment --- src/inter.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/inter.c b/src/inter.c index 8f15fd66..02ea1a95 100644 --- a/src/inter.c +++ b/src/inter.c @@ -366,8 +366,8 @@ static void inter_cp_with_ext_border(const kvz_pixel *ref_buf, int ref_stride, * \param width PU width * \param height PU height * \param mv_param motion vector - * \param lcu_px destination lcu - * \param lcu_im destination of high precision output, or NULL if not needed + * \param yuv_px destination buffer for pixel precision + * \param yuv_im destination buffer for high-precision, or NULL if not needed * \param predict_luma Enable or disable luma prediction for this call. * \param predict_chroma Enable or disable chroma prediction for this call. */