Commit e08a876e authored by James Almer's avatar James Almer

avcodec/libaomdec: remove bogus comment

It's a remnant from libvpx that's not valid for libaom.
Signed-off-by: 's avatarJames Almer <jamrial@gmail.com>
parent 4901fa1f
......@@ -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)
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment