av1dec: fix typo in logged error
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
This commit is contained in:
committed by
Ronald S. Bultje
parent
5a46647f00
commit
fb5e9dbc90
@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user