mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-11 17:30:00 +01:00
avfilter: handle error in query_formats() in bunch of filters
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
@@ -75,8 +75,7 @@ static int query_formats(AVFilterContext *ctx)
|
||||
}
|
||||
|
||||
|
||||
ff_set_common_formats(ctx, pix_fmts);
|
||||
return 0;
|
||||
return ff_set_common_formats(ctx, pix_fmts);
|
||||
}
|
||||
|
||||
static int config_props_output(AVFilterLink *outlink)
|
||||
|
||||
Reference in New Issue
Block a user