summarylogtreecommitdiffstats
path: root/010-ffmpeg-fix-vmaf-model-path.patch
diff options
context:
space:
mode:
authorDaniel Bermond2020-09-08 13:32:55 +0000
committerDaniel Bermond2020-09-08 13:32:55 +0000
commitc8be66ff35f2330c5bc0a46d174ca269c20f0a9e (patch)
tree47b5092ac1a1202b694a72d865350b3dcee18793 /010-ffmpeg-fix-vmaf-model-path.patch
parent4ab5f75c4e3050a789b54093f73c6039ba60b246 (diff)
downloadaur-c8be66ff35f2330c5bc0a46d174ca269c20f0a9e.tar.gz
Refresh the vmaf patch
Diffstat (limited to '010-ffmpeg-fix-vmaf-model-path.patch')
-rw-r--r--010-ffmpeg-fix-vmaf-model-path.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/010-ffmpeg-fix-vmaf-model-path.patch b/010-ffmpeg-fix-vmaf-model-path.patch
index 1e92c02e5595..547b3fe8c0d3 100644
--- a/010-ffmpeg-fix-vmaf-model-path.patch
+++ b/010-ffmpeg-fix-vmaf-model-path.patch
@@ -7,5 +7,5 @@
- {"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},
+ {"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},