<div dir="ltr"># HG changeset patch<br># User Nomis101 <<a href="mailto:Nomis101@web.de" target="_blank">Nomis101@web.de</a>><br># Date 1555164185 -7200<br>#      Sat Apr 13 16:03:05 2019 +0200<br># Node ID b89d065b20751f3f20d542faa2a75dba74bb9982<br># Parent  768ab38fd5fd104a8d58f42b646d6117d63b2c0a<br>Fix for Issue #470 <div><br></div><div>Patch has been pushed to x265 public repo.</div><div><br></div><div>Thanks & Regards,</div><div>Dinesh <br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, Apr 13, 2019 at 7:48 PM Nomis101 🐝 <<a href="mailto:Nomis101@web.de" target="_blank">Nomis101@web.de</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">This should fix Issue #470. Patch is attached.<br>
<br>
<br>
# HG changeset patch<br>
# User Nomis101 <<a href="mailto:Nomis101@web.de" target="_blank">Nomis101@web.de</a>><br>
# Date 1555164185 -7200<br>
#      Sat Apr 13 16:03:05 2019 +0200<br>
# Node ID b89d065b20751f3f20d542faa2a75dba74bb9982<br>
# Parent  768ab38fd5fd104a8d58f42b646d6117d63b2c0a<br>
Fix for Issue #470<br>
<br>
diff -r 768ab38fd5fd -r b89d065b2075 source/x265.h<br>
--- a/source/x265.h     Thu Apr 04 13:35:58 2019 +0530<br>
+++ b/source/x265.h     Sat Apr 13 16:03:05 2019 +0200<br>
@@ -1845,17 +1845,17 @@ static const char * const x265_preset_na<br>
  *      with ultrafast mapping to "0" and placebo mapping to "9".  This mapping may<br>
  *      of course change if new presets are added in between, but will always be<br>
  *      ordered from fastest to slowest.<br>
  *<br>
  *      Warning: the speed of these presets scales dramatically.  Ultrafast is a full<br>
  *      100 times faster than placebo!<br>
  *<br>
  *      Currently available tunings are: */<br>
-static const char * const x265_tune_names[] = { "psnr", "ssim", "grain", "zerolatency", "fastdecode", 0 };<br>
+static const char * const x265_tune_names[] = { "psnr", "ssim", "grain", "zerolatency", "fastdecode", "animation", 0 };<br>
<br>
 /*      returns 0 on success, negative on failure (e.g. invalid preset/tune name). */<br>
 int x265_param_default_preset(x265_param *, const char *preset, const char *tune);<br>
<br>
 /* x265_picture_alloc:<br>
  *  Allocates an x265_picture instance. The returned picture structure is not<br>
  *  special in any way, but using this method together with x265_picture_free()<br>
  *  and x265_picture_init() allows some version safety. New picture fields will<br>
_______________________________________________<br>
x265-devel mailing list<br>
<a href="mailto:x265-devel@videolan.org" target="_blank">x265-devel@videolan.org</a><br>
<a href="https://mailman.videolan.org/listinfo/x265-devel" rel="noreferrer" target="_blank">https://mailman.videolan.org/listinfo/x265-devel</a><br>
</blockquote></div>