diff mbox series

[FFmpeg-devel,1/2] av1dec: fix comment typo

Message ID 20221128153858.3717808-1-tmatth@videolan.org
State Accepted
Commit 40984af0c595459b31d7c230196b1321680ece39
Headers show
Series [FFmpeg-devel,1/2] av1dec: fix comment typo | expand

Checks

Context Check Description
yinshiyou/make_loongarch64 success Make finished
yinshiyou/make_fate_loongarch64 success Make fate finished
andriy/make_x86 success Make finished
andriy/make_fate_x86 success Make fate finished

Commit Message

Tristan Matthews Nov. 28, 2022, 3:38 p.m. UTC
---
 libavcodec/av1dec.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Ronald S. Bultje Dec. 13, 2022, 1:49 p.m. UTC | #1
Hi,

On Mon, Nov 28, 2022 at 10:39 AM Tristan Matthews <tmatth@videolan.org>
wrote:

> ---
>  libavcodec/av1dec.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/libavcodec/av1dec.c b/libavcodec/av1dec.c
> index 0c24eac842..80da0943d4 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)
> --
> 2.34.1
>

Pushed.

Ronald
diff mbox series

Patch

diff --git a/libavcodec/av1dec.c b/libavcodec/av1dec.c
index 0c24eac842..80da0943d4 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)