mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-07-19 01:31:38 +00: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