summarylogtreecommitdiffstats
path: root/010-ffmpeg-fix-vmaf-model-path.patch
diff options
context:
space:
mode:
authorDaniel Bermond2022-01-29 13:31:16 -0300
committerDaniel Bermond2022-01-29 13:31:16 -0300
commit6d16a459efd0f62f397c6d3c2da46eee5f7af713 (patch)
tree5716227b6b791db12f294dcdcf9bc6fbcd456912 /010-ffmpeg-fix-vmaf-model-path.patch
parent673fa916c7de44ce7b95d0a9222b8dbb8efb732d (diff)
downloadaur-6d16a459efd0f62f397c6d3c2da46eee5f7af713.tar.gz
Add fix for building chromium
Diffstat (limited to '010-ffmpeg-fix-vmaf-model-path.patch')
-rw-r--r--010-ffmpeg-fix-vmaf-model-path.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/010-ffmpeg-fix-vmaf-model-path.patch b/010-ffmpeg-fix-vmaf-model-path.patch
deleted file mode 100644
index 547b3fe8c0d3..000000000000
--- a/010-ffmpeg-fix-vmaf-model-path.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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 (csv, json or xml).", 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},