| Index: source/libvpx/vpx/vp8cx.h
|
| diff --git a/source/libvpx/vpx/vp8cx.h b/source/libvpx/vpx/vp8cx.h
|
| index 0c6846bad61cd309a249928ad17969c2a7191a61..31120df26d5d953907ae9e85ec8c79a2b8e5b46b 100644
|
| --- a/source/libvpx/vpx/vp8cx.h
|
| +++ b/source/libvpx/vpx/vp8cx.h
|
| @@ -45,6 +45,14 @@ extern vpx_codec_iface_t vpx_codec_vp9_cx_algo;
|
| extern vpx_codec_iface_t *vpx_codec_vp9_cx(void);
|
| /*!@} - end algorithm interface member group*/
|
|
|
| +/*!\name Algorithm interface for VP10
|
| + *
|
| + * This interface provides the capability to encode raw VP9 streams.
|
| + * @{
|
| + */
|
| +extern vpx_codec_iface_t vpx_codec_vp10_cx_algo;
|
| +extern vpx_codec_iface_t *vpx_codec_vp10_cx(void);
|
| +/*!@} - end algorithm interface member group*/
|
|
|
| /*
|
| * Algorithm Flags
|
|
|