diff --git a/libavcodec/libaomdec.c b/libavcodec/libaomdec.c index 2530c9f76b..a72ac984e7 100644 --- a/libavcodec/libaomdec.c +++ b/libavcodec/libaomdec.c @@ -42,7 +42,6 @@ static av_cold int aom_init(AVCodecContext *avctx, { AV1DecodeContext *ctx = avctx->priv_data; struct aom_codec_dec_cfg deccfg = { - /* token partitions+1 would be a decent choice */ .threads = FFMIN(avctx->thread_count ? avctx->thread_count : av_cpu_count(), 16) };