summaryrefslogtreecommitdiff
path: root/vpx
diff options
context:
space:
mode:
Diffstat (limited to 'vpx')
-rw-r--r--vpx/vp8cx.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/vpx/vp8cx.h b/vpx/vp8cx.h
index b6bd7fc5f..d5cf6c013 100644
--- a/vpx/vp8cx.h
+++ b/vpx/vp8cx.h
@@ -35,6 +35,16 @@ extern vpx_codec_iface_t* vpx_codec_vp8_cx(void);
/*!@} - end algorithm interface member group*/
+#if CONFIG_EXPERIMENTAL
+/*!\brief Algorithm interface for VP8 experimental branch
+ *
+ * This interface provides the ability to encode using the "experimental"
+ * VP8 variant, which is bitstream incompatible with the default VP8 encoder.
+ */
+extern vpx_codec_iface_t vpx_codec_vp8x_cx_algo;
+#endif
+
+
/*
* Algorithm Flags
*/