You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	swr: fix swr_drop_output()
Fixes part of Ticket1341 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
		| @@ -629,6 +629,7 @@ int swr_convert(struct SwrContext *s, uint8_t *out_arg[SWR_CH_MAX], int out_coun | ||||
|         av_freep(&tmp.data); | ||||
|         if(s->drop_output || !out_arg) | ||||
|             return 0; | ||||
|         in_count = 0; | ||||
|     } | ||||
|  | ||||
|     if(!in_arg){ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user