shithub: libvpx

Download patch

ref: a15c6a7ebf6a93448482a93953fb892f1ce9121b
parent: 26a9a4cd6403624aafc2864fa39f4565c78d7baa
author: James Zern <jzern@google.com>
date: Thu Jul 6 06:38:01 EDT 2017

vp8cx,cosmetics: correct VP9_SET_TILE_COLUMNS docs

this has been set to max since:
f5c36a5ce VP9: turn on tile-columns and frame-parallel-mode by default
~v1.4.0

Change-Id: Ic796fc05abe73a58700ec50e3f8e72d3462898ec

--- a/vpx/vp8cx.h
+++ b/vpx/vp8cx.h
@@ -333,11 +333,12 @@
    *             2 = 4 tile columns
    *             .....
    *             n = 2**n tile columns
-   * The requested tile columns will be capped by encoder based on image size
-   * limitation (The minimum width of a tile column is 256 pixel, the maximum
-   * is 4096).
+   * The requested tile columns will be capped by the encoder based on image
+   * size limitations (The minimum width of a tile column is 256 pixels, the
+   * maximum is 4096).
    *
-   * By default, the value is 0, i.e. one single column tile for entire image.
+   * By default, the value is 6, i.e., the maximum number of tiles supported by
+   * the resolution.
    *
    * Supported in codecs: VP9
    */