av1dec: fix typo in logged error

Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
This commit is contained in:
Tristan Matthews
2022-11-28 10:38:58 -05:00
committed by Ronald S. Bultje
parent 5a46647f00
commit fb5e9dbc90

View File

@ -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);
}