You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	lavfi/anullsrc: remove extra parentheses
This commit is contained in:
		| @@ -67,7 +67,7 @@ static int init(AVFilterContext *ctx, const char *args) | ||||
|     null->class = &anullsrc_class; | ||||
|     av_opt_set_defaults(null); | ||||
|  | ||||
|     if ((ret = (av_set_options_string(null, args, "=", ":"))) < 0) | ||||
|     if ((ret = av_set_options_string(null, args, "=", ":")) < 0) | ||||
|         return ret; | ||||
|  | ||||
|     if ((ret = ff_parse_sample_rate(&null->sample_rate, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user