avcodec/roqvideodec: Mark decoder as init-threadsafe
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
This commit is contained in:
		
							parent
							
								
									db09d3ed17
								
							
						
					
					
						commit
						1a83c3a710
					
				@ -243,5 +243,5 @@ const AVCodec ff_roq_decoder = {
 | 
				
			|||||||
    .close          = roq_decode_end,
 | 
					    .close          = roq_decode_end,
 | 
				
			||||||
    .decode         = roq_decode_frame,
 | 
					    .decode         = roq_decode_frame,
 | 
				
			||||||
    .capabilities   = AV_CODEC_CAP_DR1,
 | 
					    .capabilities   = AV_CODEC_CAP_DR1,
 | 
				
			||||||
    .caps_internal  = FF_CODEC_CAP_INIT_CLEANUP,
 | 
					    .caps_internal  = FF_CODEC_CAP_INIT_THREADSAFE | FF_CODEC_CAP_INIT_CLEANUP,
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user