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

2022-12-13 Thread Ronald S. Bultje
Hi,

On Mon, Dec 12, 2022 at 7:54 PM Tristan Matthews 
wrote:

> On Mon, Nov 28, 2022 at 10:39 AM Tristan Matthews 
> 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
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".


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

2022-12-12 Thread Tristan Matthews
On Mon, Nov 28, 2022 at 10:39 AM Tristan Matthews  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
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".


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

2022-11-28 Thread Tristan Matthews
---
 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

___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".