You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	lavfi/drawtext: remove unnecessary parentheses in init()
This commit is contained in:
		| @@ -394,7 +394,7 @@ static av_cold int init(AVFilterContext *ctx, const char *args, void *opaque) | ||||
|     dtext->class = &drawtext_class; | ||||
|     av_opt_set_defaults(dtext); | ||||
|  | ||||
|     if ((err = (av_set_options_string(dtext, args, "=", ":"))) < 0) { | ||||
|     if ((err = av_set_options_string(dtext, args, "=", ":")) < 0) { | ||||
|         av_log(ctx, AV_LOG_ERROR, "Error parsing options string: '%s'\n", args); | ||||
|         return err; | ||||
|     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user