ffmpeg | branch: master | Kyle Swanson <kswan...@netflix.com> | Tue Oct 24 
13:48:07 2023 -0700| [e5f774268a06c637df5edb3dffa237caf6e678ea] | committer: 
Kyle Swanson

avfilter/libvmaf: fix broken cuda build

Signed-off-by: Kyle Swanson <kswan...@netflix.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e5f774268a06c637df5edb3dffa237caf6e678ea
---

 libavfilter/vf_libvmaf.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/libavfilter/vf_libvmaf.c b/libavfilter/vf_libvmaf.c
index 2b1fc8bb23..12810b7267 100644
--- a/libavfilter/vf_libvmaf.c
+++ b/libavfilter/vf_libvmaf.c
@@ -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;

_______________________________________________
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

To unsubscribe, visit link above, or email
ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to