X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Flibaomdec.c;h=a72ac984e72a9f7ea24227d79c1d9ce9f66e975c;hb=d4440c7e91b0ef5f6776d98c51dbb6cd66ea0194;hp=2530c9f76b4ada03fc1325b81c588467e211f340;hpb=f4cf6ba8c9646814af842a99335c6ee312ded299;p=ffmpeg diff --git a/libavcodec/libaomdec.c b/libavcodec/libaomdec.c index 2530c9f76b4..a72ac984e72 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) };