# HG changeset patch # User kirithika <[email protected]> # Date 1545988505 -19800 # Fri Dec 28 14:45:05 2018 +0530 # Node ID c320409d9c56b64fd18628c3e9420e41501b37b8 # Parent 4d7582f7968774e0863e488f83fa67fbcbe51d2e Dolby Vision: Fix multilib build error Moved the global variable inside the x265_NS
diff -r 4d7582f79687 -r c320409d9c56 source/encoder/encoder.cpp
--- a/source/encoder/encoder.cpp Fri Dec 28 14:06:47 2018 +0530
+++ b/source/encoder/encoder.cpp Fri Dec 28 14:45:05 2018 +0530
@@ -48,7 +48,6 @@
namespace X265_NS {
const char g_sliceTypeToChar[] = {'B', 'P', 'I'};
-}
/* Dolby Vision profile specific settings */
typedef struct
@@ -75,6 +74,8 @@
{ 1, 1, 1, 1, 1, 5, 0, 16, 9, 9, 81 },
{ 1, 1, 1, 1, 1, 5, 0, 1, 1, 1, 82 }
};
+}
+
/* Threshold for motion vection, based on expermental result.
* TODO: come up an algorithm for adoptive threshold */
#define MVTHRESHOLD (10*10)
multilib.patch
Description: Binary data
_______________________________________________ x265-devel mailing list [email protected] https://mailman.videolan.org/listinfo/x265-devel
