avcodec/webp: Mark decoder as init-threadsafe
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
		
							parent
							
								
									99ed543340
								
							
						
					
					
						commit
						4082520385
					
				| @ -1560,4 +1560,5 @@ const AVCodec ff_webp_decoder = { | |||||||
|     .decode         = webp_decode_frame, |     .decode         = webp_decode_frame, | ||||||
|     .close          = webp_decode_close, |     .close          = webp_decode_close, | ||||||
|     .capabilities   = AV_CODEC_CAP_DR1 | AV_CODEC_CAP_FRAME_THREADS, |     .capabilities   = AV_CODEC_CAP_DR1 | AV_CODEC_CAP_FRAME_THREADS, | ||||||
|  |     .caps_internal  = FF_CODEC_CAP_INIT_THREADSAFE, | ||||||
| }; | }; | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user