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>
This commit is contained in:
		
							parent
							
								
									4901fa1fb8
								
							
						
					
					
						commit
						e08a876e67
					
				| @ -42,7 +42,6 @@ static av_cold int aom_init(AVCodecContext *avctx, | |||||||
| { | { | ||||||
|     AV1DecodeContext *ctx           = avctx->priv_data; |     AV1DecodeContext *ctx           = avctx->priv_data; | ||||||
|     struct aom_codec_dec_cfg deccfg = { |     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) |         .threads = FFMIN(avctx->thread_count ? avctx->thread_count : av_cpu_count(), 16) | ||||||
|     }; |     }; | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user