[FFmpeg-cvslog] av1dec: fix comment typo

Tristan Matthews git at videolan.org
Tue Dec 13 15:49:32 EET 2022


ffmpeg | branch: master | Tristan Matthews <tmatth at videolan.org> | Mon Nov 28 10:38:57 2022 -0500| [40984af0c595459b31d7c230196b1321680ece39] | committer: Ronald S. Bultje

av1dec: fix comment typo

Signed-off-by: Ronald S. Bultje <rsbultje at gmail.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=40984af0c595459b31d7c230196b1321680ece39
---

 libavcodec/av1dec.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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)



More information about the ffmpeg-cvslog mailing list