summaryrefslogtreecommitdiff
path: root/vpx
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2016-06-17 15:22:11 -0700
committerJames Zern <jzern@google.com>2016-06-17 18:26:08 -0700
commit67edc5e83be285004804c67c5348bbc81503a04d (patch)
treef00adb277cd8e3de6afa36ebb764c59a8deeb720 /vpx
parent1417ed28f362a21790ba59a55189d3486a81bff1 (diff)
downloadlibvpx-67edc5e83be285004804c67c5348bbc81503a04d.tar
libvpx-67edc5e83be285004804c67c5348bbc81503a04d.tar.gz
libvpx-67edc5e83be285004804c67c5348bbc81503a04d.tar.bz2
libvpx-67edc5e83be285004804c67c5348bbc81503a04d.zip
remove vp10
development has moved to the nextgenv2 branch and a snapshot from here was used to seed aomedia BUG=b/29457125 Change-Id: Iedaca11ec7870fb3a4e50b2c9ea0c2b056a0d3c0
Diffstat (limited to 'vpx')
-rw-r--r--vpx/vp8cx.h9
-rw-r--r--vpx/vp8dx.h9
2 files changed, 0 insertions, 18 deletions
diff --git a/vpx/vp8cx.h b/vpx/vp8cx.h
index 2752a8627..61882e650 100644
--- a/vpx/vp8cx.h
+++ b/vpx/vp8cx.h
@@ -45,15 +45,6 @@ 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
*/
diff --git a/vpx/vp8dx.h b/vpx/vp8dx.h
index 1f02fd595..67c97bb6c 100644
--- a/vpx/vp8dx.h
+++ b/vpx/vp8dx.h
@@ -46,15 +46,6 @@ extern vpx_codec_iface_t vpx_codec_vp9_dx_algo;
extern vpx_codec_iface_t *vpx_codec_vp9_dx(void);
/*!@} - end algorithm interface member group*/
-/*!\name Algorithm interface for VP10
- *
- * This interface provides the capability to decode VP10 streams.
- * @{
- */
-extern vpx_codec_iface_t vpx_codec_vp10_dx_algo;
-extern vpx_codec_iface_t *vpx_codec_vp10_dx(void);
-/*!@} - end algorithm interface member group*/
-
/*!\enum vp8_dec_control_id
* \brief VP8 decoder control functions
*