summaryrefslogtreecommitdiff
path: root/libavcodec/av1dec.c
diff options
context:
space:
mode:
authorTristan Matthews <tmatth@videolan.org>2022-11-28 10:38:57 -0500
committerRonald S. Bultje <rsbultje@gmail.com>2022-12-13 08:48:59 -0500
commit40984af0c595459b31d7c230196b1321680ece39 (patch)
treef0d7b18254f9147c8871fd447330480cd39189ec /libavcodec/av1dec.c
parentfb5e9dbc90d8647a4c4974fb69d4ce1b13ef9ba5 (diff)
av1dec: fix comment typo
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
Diffstat (limited to 'libavcodec/av1dec.c')
-rw-r--r--libavcodec/av1dec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/av1dec.c b/libavcodec/av1dec.c
index 93b8bcee4a..d83c902f1f 100644
--- a/libavcodec/av1dec.c
+++ b/libavcodec/av1dec.c
@@ -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.
*/
static void global_motion_params(AV1DecContext *s)