[FFmpeg-cvslog] avcodec/libaomdec: remove bogus comment
James Almer
git at videolan.org
Thu Oct 4 21:44:52 EEST 2018
ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Thu Oct 4 15:43:54 2018 -0300| [e08a876e67a7d1caafe49b3e9c78e9424facf120] | committer: James Almer
avcodec/libaomdec: remove bogus comment
It's a remnant from libvpx that's not valid for libaom.
Signed-off-by: James Almer <jamrial at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e08a876e67a7d1caafe49b3e9c78e9424facf120
---
libavcodec/libaomdec.c | 1 -
1 file changed, 1 deletion(-)
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)
};
More information about the ffmpeg-cvslog
mailing list