summaryrefslogtreecommitdiff
path: root/multimedia/x265/files/patch-source_x265.h
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/x265/files/patch-source_x265.h')
-rw-r--r--multimedia/x265/files/patch-source_x265.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/multimedia/x265/files/patch-source_x265.h b/multimedia/x265/files/patch-source_x265.h
deleted file mode 100644
index 688edb23a552..000000000000
--- a/multimedia/x265/files/patch-source_x265.h
+++ /dev/null
@@ -1,13 +0,0 @@
-https://github.com/Netflix/vmaf/commit/122089fa3d23
-
---- source/x265.h.orig 2023-06-27 14:11:49 UTC
-+++ source/x265.h
-@@ -753,7 +753,7 @@ typedef struct x265_vmaf_commondata
- int enable_conf_interval;
- }x265_vmaf_commondata;
-
--static const x265_vmaf_commondata vcd[] = { { NULL, (char *)"/usr/local/share/model/vmaf_v0.6.1.pkl", NULL, NULL, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 1, 0 } };
-+static const x265_vmaf_commondata vcd[] = { { NULL, (char *)"/usr/local/share/model/vmaf_v0.6.1.json", NULL, NULL, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 1, 0 } };
-
- typedef struct x265_temporal_layer {
- int poc_offset; /* POC offset */