diff options
Diffstat (limited to 'vpx/vp8cx.h')
-rw-r--r-- | vpx/vp8cx.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/vpx/vp8cx.h b/vpx/vp8cx.h index 1243ac1e0..829490f73 100644 --- a/vpx/vp8cx.h +++ b/vpx/vp8cx.h @@ -38,8 +38,6 @@ extern vpx_codec_iface_t *vpx_codec_vp8_cx(void); /* 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 @@ typedef struct vpx_scaling_mode { /*!\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. * */ |