<div dir="ltr"><div># HG changeset patch</div><div># User Deepthi Nandakumar <<a href="mailto:deepthi@multicorewareinc.com">deepthi@multicorewareinc.com</a>></div><div># Date 1459149820 -19800</div><div>#      Mon Mar 28 12:53:40 2016 +0530</div><div># Node ID 5dbd6a0c8e17481a0c4d31243ebc8b46ad59e15d</div><div># Parent  c8ec86965e546f271ef54bad508a82e8a4911008</div><div>uhd-bd: 1088 needs to be cropped to conformance window of 1080, which x265 doesnt allow</div><div><br></div><div>diff -r c8ec86965e54 -r 5dbd6a0c8e17 source/encoder/encoder.cpp</div><div>--- a/source/encoder/encoder.cpp<span class="" style="white-space:pre">       </span>Fri Feb 19 14:36:52 2016 +0530</div><div>+++ b/source/encoder/encoder.cpp<span class="" style="white-space:pre">     </span>Mon Mar 28 12:53:40 2016 +0530</div><div>@@ -1953,9 +1953,9 @@</div><div>             x265_log(p, X265_LOG_ERROR, "uhd-bd: matrix coeffs supported are either BT.709 or BT.2020\n");</div><div>             disableUhdBd = 1;</div><div>         }</div><div>-        if ((p->sourceWidth != 1920 && p->sourceWidth != 3840) || (p->sourceHeight != 1080 && p->sourceHeight != 1088 && p->sourceHeight != 2160))</div><div>+        if ((p->sourceWidth != 1920 && p->sourceWidth != 3840) || (p->sourceHeight != 1080 && p->sourceHeight != 2160))</div><div>         {</div><div>-            x265_log(p, X265_LOG_ERROR, "uhd-bd: Supported resolutions are 1920x1080, 1920x1088 and 3840x2160\n");</div><div>+            x265_log(p, X265_LOG_ERROR, "uhd-bd: Supported resolutions are 1920x1080 and 3840x2160\n");</div><div>             disableUhdBd = 1;</div><div>         }</div><div>         if (disableUhdBd)</div><div><br></div><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr"><div><div>Deepthi Nandakumar<br></div>Engineering Manager, x265<br></div>Multicoreware, Inc<br></div></div>
</div>