avcodec/ralf: Mark decoder as init-threadsafe
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
This commit is contained in:
		
							parent
							
								
									51e38d8e15
								
							
						
					
					
						commit
						543a2c3784
					
				@ -539,4 +539,5 @@ const AVCodec ff_ralf_decoder = {
 | 
				
			|||||||
                      AV_CODEC_CAP_DR1,
 | 
					                      AV_CODEC_CAP_DR1,
 | 
				
			||||||
    .sample_fmts    = (const enum AVSampleFormat[]) { AV_SAMPLE_FMT_S16P,
 | 
					    .sample_fmts    = (const enum AVSampleFormat[]) { AV_SAMPLE_FMT_S16P,
 | 
				
			||||||
                                                      AV_SAMPLE_FMT_NONE },
 | 
					                                                      AV_SAMPLE_FMT_NONE },
 | 
				
			||||||
 | 
					    .caps_internal  = FF_CODEC_CAP_INIT_THREADSAFE,
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user