av1dec: fix comment typo

Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
This commit is contained in:
Tristan Matthews
2022-11-28 10:38:57 -05:00
committed by Ronald S. Bultje
parent fb5e9dbc90
commit 40984af0c5

View File

@@ -194,7 +194,7 @@ static uint8_t get_shear_params_valid(AV1DecContext *s, int idx)
} }
/** /**
* update gm type/params, since cbs already implemented part of this funcation, * update gm type/params, since cbs already implemented part of this function,
* so we don't need to full implement spec. * so we don't need to full implement spec.
*/ */
static void global_motion_params(AV1DecContext *s) static void global_motion_params(AV1DecContext *s)