mirror of
https://mirror.skon.top/https://github.com/FFmpeg/FFmpeg
synced 2026-04-20 21:00:41 +08:00
avfilter/libvmaf: fix broken cuda build
Signed-off-by: Kyle Swanson <kswanson@netflix.com>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user