shithub: libvpx

Download patch

ref: 26a9a4cd6403624aafc2864fa39f4565c78d7baa
parent: af3cab7b245fd8f60ed6a0699f6321ac19986515
author: James Zern <jzern@google.com>
date: Thu Jul 6 06:33:05 EDT 2017

vp8cx,cosmetics: correct VP9_SET_FRAME_PARALLEL_DECODING docs

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

Change-Id: I52017ab0157feaf429dce3d9e1af8a53bb5c1b65

--- a/vpx/vp8cx.h
+++ b/vpx/vp8cx.h
@@ -368,10 +368,10 @@
    * VP9 has a bitstream feature to reduce decoding dependency between frames
    * by turning off backward update of probability context used in encoding
    * and decoding. This allows staged parallel processing of more than one
-   * video frames in the decoder. This control function provides a mean to
+   * video frame in the decoder. This control function provides a means to
    * turn this feature on or off for bitstreams produced by encoder.
    *
-   * By default, this feature is off.
+   * By default, this feature is on.
    *
    * Supported in codecs: VP9
    */