summarylogtreecommitdiffstats
path: root/vmaf-model-path.patch
diff options
context:
space:
mode:
authorAlexandre Demers2022-02-18 18:17:15 -0500
committerAlexandre Demers2022-02-18 18:17:15 -0500
commitcaec0f372e9cb573c178df387915def818af0a2d (patch)
treee432beb5434ef4acd4489f631d703995b780b73c /vmaf-model-path.patch
parentffbb882e2f2e024696556deaaf3437899b5a8160 (diff)
downloadaur-caec0f372e9cb573c178df387915def818af0a2d.tar.gz
Update vmaf patch to be in sync with native package
New patch for vmaf 2.3.0 Signed-off-by: Alexandre Demers <alexandre.f.demers@gmail.com>
Diffstat (limited to 'vmaf-model-path.patch')
-rw-r--r--vmaf-model-path.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/vmaf-model-path.patch b/vmaf-model-path.patch
deleted file mode 100644
index abd65cdf730a..000000000000
--- a/vmaf-model-path.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/libavfilter/vf_libvmaf.c b/libavfilter/vf_libvmaf.c
-index 249e50c720..9b791e19b1 100644
---- a/libavfilter/vf_libvmaf.c
-+++ b/libavfilter/vf_libvmaf.c
-@@ -72,7 +72,7 @@ typedef struct LIBVMAFContext {
- #define FLAGS AV_OPT_FLAG_FILTERING_PARAM|AV_OPT_FLAG_VIDEO_PARAM
-
- static const AVOption libvmaf_options[] = {
-- {"model_path", "Set the model to be used for computing vmaf.", OFFSET(model_path), AV_OPT_TYPE_STRING, {.str="/usr/local/share/model/vmaf_v0.6.1.pkl"}, 0, 1, FLAGS},
-+ {"model_path", "Set the model to be used for computing vmaf.", OFFSET(model_path), AV_OPT_TYPE_STRING, {.str="/usr/share/model/vmaf_v0.6.1.pkl"}, 0, 1, FLAGS},
- {"log_path", "Set the file path to be used to store logs.", OFFSET(log_path), AV_OPT_TYPE_STRING, {.str=NULL}, 0, 1, FLAGS},
- {"log_fmt", "Set the format of the log (xml or json).", OFFSET(log_fmt), AV_OPT_TYPE_STRING, {.str=NULL}, 0, 1, FLAGS},
- {"enable_transform", "Enables transform for computing vmaf.", OFFSET(enable_transform), AV_OPT_TYPE_BOOL, {.i64=0}, 0, 1, FLAGS},