[x265] [PATCH] Restore macros defining analysis options

aruna at multicorewareinc.com aruna at multicorewareinc.com
Fri Dec 22 13:56:46 CET 2017


# HG changeset patch
# User Aruna Matheswaran <aruna at multicorewareinc.com>
# Date 1513947204 -19800
#      Fri Dec 22 18:23:24 2017 +0530
# Node ID 869aaec24b6601f29505677b01c55aa9c55fcc10
# Parent  95fc0c4f03dbf4e81a9ff12e8c6816136a376b10
Restore macros defining analysis options

diff -r 95fc0c4f03db -r 869aaec24b66 source/x265.h
--- a/source/x265.h	Fri Dec 22 15:14:57 2017 +0530
+++ b/source/x265.h	Fri Dec 22 18:23:24 2017 +0530
@@ -484,6 +484,11 @@
 
 #define X265_EXTENDED_SAR       255 /* aspect ratio explicitly specified as width:height */
 
+/* Analysis options */
+#define X265_ANALYSIS_OFF  0
+#define X265_ANALYSIS_SAVE 1
+#define X265_ANALYSIS_LOAD 2
+
 typedef struct x265_cli_csp
 {
     int planes;
-------------- next part --------------
A non-text attachment was scrubbed...
Name: x265_clone.patch
Type: text/x-patch
Size: 718 bytes
Desc: not available
URL: <http://mailman.videolan.org/pipermail/x265-devel/attachments/20171222/c8f1c41a/attachment.bin>


More information about the x265-devel mailing list