summaryrefslogtreecommitdiff
path: root/libavcodec/libaomdec.c
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2018-10-04 15:43:54 -0300
committerJames Almer <jamrial@gmail.com>2018-10-04 15:44:15 -0300
commite08a876e67a7d1caafe49b3e9c78e9424facf120 (patch)
tree78e2457ce6ec227085754c942c02ac9cd779739f /libavcodec/libaomdec.c
parent4901fa1fb8de2ecccfbe4857ad69ff3f88ef3c49 (diff)
avcodec/libaomdec: remove bogus comment
It's a remnant from libvpx that's not valid for libaom. Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavcodec/libaomdec.c')
-rw-r--r--libavcodec/libaomdec.c1
1 files changed, 0 insertions, 1 deletions
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)
};