diff --git a/libavcodec/av1dec.c b/libavcodec/av1dec.c index 0c24eac842..93b8bcee4a 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); }