mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-22 15:23:11 +00:00
avfilter/libvmaf: fix broken cuda build
Signed-off-by: Kyle Swanson <kswanson@netflix.com>
This commit is contained in:
parent
e4d5ac8d7d
commit
e5f774268a
@ -704,10 +704,6 @@ static int config_props_cuda(AVFilterLink *outlink)
|
||||
if (err < 0)
|
||||
return err;
|
||||
|
||||
err = parse_deprecated_options(ctx);
|
||||
if (err)
|
||||
return err;
|
||||
|
||||
err = parse_models(ctx);
|
||||
if (err)
|
||||
return err;
|
||||
|
Loading…
Reference in New Issue
Block a user