diff mbox series

[FFmpeg-devel,2/2] av1dec: fix typo in logged error

Message ID 20221128153858.3717808-2-tmatth@videolan.org
State Accepted
Commit fb5e9dbc90d8647a4c4974fb69d4ce1b13ef9ba5
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

Tristan Matthews Dec. 13, 2022, 12:53 a.m. UTC | #1
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 80da0943d4..d83c902f1f 100644
> --- a/libavcodec/av1dec.c
> +++ b/libavcodec/av1dec.c
> @@ -567,7 +567,7 @@ static int get_pixel_format(AVCodecContext *avctx)
>       * implemented in the future, need remove this check.
>       */
>      if (!avctx->hwaccel) {
> -        av_log(avctx, AV_LOG_ERROR, "Your platform doesn't suppport"
> +        av_log(avctx, AV_LOG_ERROR, "Your platform doesn't support"
>                 " hardware accelerated AV1 decoding.\n");
>          return AVERROR(ENOSYS);
>      }
> --
> 2.34.1
>

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

On Mon, Dec 12, 2022 at 7:54 PM Tristan Matthews <tmatth@videolan.org>
wrote:

> 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 80da0943d4..d83c902f1f 100644
> > --- a/libavcodec/av1dec.c
> > +++ b/libavcodec/av1dec.c
> > @@ -567,7 +567,7 @@ static int get_pixel_format(AVCodecContext *avctx)
> >       * implemented in the future, need remove this check.
> >       */
> >      if (!avctx->hwaccel) {
> > -        av_log(avctx, AV_LOG_ERROR, "Your platform doesn't suppport"
> > +        av_log(avctx, AV_LOG_ERROR, "Your platform doesn't support"
> >                 " hardware accelerated AV1 decoding.\n");
> >          return AVERROR(ENOSYS);
> >      }
> > --
> > 2.34.1
> >
>
> Ping
>

Merged.

Ronald
diff mbox series

Patch

diff --git a/libavcodec/av1dec.c b/libavcodec/av1dec.c
index 80da0943d4..d83c902f1f 100644
--- a/libavcodec/av1dec.c
+++ b/libavcodec/av1dec.c
@@ -567,7 +567,7 @@  static int get_pixel_format(AVCodecContext *avctx)
      * implemented in the future, need remove this check.
      */
     if (!avctx->hwaccel) {
-        av_log(avctx, AV_LOG_ERROR, "Your platform doesn't suppport"
+        av_log(avctx, AV_LOG_ERROR, "Your platform doesn't support"
                " hardware accelerated AV1 decoding.\n");
         return AVERROR(ENOSYS);
     }