<div dir="ltr"><div dir="ltr"><div># HG changeset patch</div><div># User kirithika <<a href="mailto:kirithika@multicorewareinc.com">kirithika@multicorewareinc.com</a>></div><div># Date 1545988505 -19800</div><div>#      Fri Dec 28 14:45:05 2018 +0530</div><div># Node ID c320409d9c56b64fd18628c3e9420e41501b37b8</div><div># Parent  4d7582f7968774e0863e488f83fa67fbcbe51d2e</div><div>Dolby Vision: Fix multilib build error</div><div>Moved the global variable inside the x265_NS</div><div><br></div><div>diff -r 4d7582f79687 -r c320409d9c56 source/encoder/encoder.cpp</div><div>--- a/source/encoder/encoder.cpp<span style="white-space:pre">      </span>Fri Dec 28 14:06:47 2018 +0530</div><div>+++ b/source/encoder/encoder.cpp<span style="white-space:pre">        </span>Fri Dec 28 14:45:05 2018 +0530</div><div>@@ -48,7 +48,6 @@</div><div> </div><div> namespace X265_NS {</div><div> const char g_sliceTypeToChar[] = {'B', 'P', 'I'};</div><div>-}</div><div> </div><div> /* Dolby Vision profile specific settings */</div><div> typedef struct</div><div>@@ -75,6 +74,8 @@</div><div>     { 1, 1, 1, 1, 1, 5, 0, 16, 9, 9, 81 },</div><div>     { 1, 1, 1, 1, 1, 5, 0,  1, 1, 1, 82 }</div><div> };</div><div>+}</div><div>+</div><div> /* Threshold for motion vection, based on expermental result.</div><div>  * TODO: come up an algorithm for adoptive threshold */</div><div> #define MVTHRESHOLD (10*10)</div><div><br></div></div></div>