av1dec: fix typo in logged error

Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
pull/388/head
Tristan Matthews 2 years ago committed by Ronald S. Bultje
parent 5a46647f00
commit fb5e9dbc90
  1. 2
      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);
}

Loading…
Cancel
Save