| Index: source/libvpx/vpx/vp8cx.h
|
| ===================================================================
|
| --- source/libvpx/vpx/vp8cx.h (revision 247498)
|
| +++ source/libvpx/vpx/vp8cx.h (working copy)
|
| @@ -38,8 +38,6 @@
|
| /* TODO(jkoleszar): These move to VP9 in a later patch set. */
|
| extern vpx_codec_iface_t vpx_codec_vp9_cx_algo;
|
| extern vpx_codec_iface_t *vpx_codec_vp9_cx(void);
|
| -extern vpx_codec_iface_t vpx_codec_vp9x_cx_algo;
|
| -extern vpx_codec_iface_t *vpx_codec_vp9x_cx(void);
|
|
|
| /*!@} - end algorithm interface member group*/
|
|
|
| @@ -257,7 +255,7 @@
|
| /*!\brief VP8 token partition mode
|
| *
|
| * This defines VP8 partitioning mode for compressed data, i.e., the number of
|
| - * sub-streams in the bitstream. Used for parallelized decoding.
|
| + * sub-streams in the bitstream. Used for parallelized decoding.
|
| *
|
| */
|
|
|
|
|