summaryrefslogtreecommitdiff
path: root/vpx/vpx_ext_ratectrl.h
diff options
context:
space:
mode:
Diffstat (limited to 'vpx/vpx_ext_ratectrl.h')
-rw-r--r--vpx/vpx_ext_ratectrl.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/vpx/vpx_ext_ratectrl.h b/vpx/vpx_ext_ratectrl.h
index c464de884..940227ac2 100644
--- a/vpx/vpx_ext_ratectrl.h
+++ b/vpx/vpx_ext_ratectrl.h
@@ -17,6 +17,10 @@ extern "C" {
#include "./vpx_integer.h"
+/*!\cond
+ TODO(angiebird): document these structures and fields to clear doxygen
+ warnings.*/
+
typedef void *vpx_rc_model_t;
typedef struct vpx_rc_encodeframe_decision {
@@ -149,6 +153,10 @@ typedef struct vpx_rc_funcs {
void *priv;
} vpx_rc_funcs_t;
+/*!\endcond
+ TODO(angiebird): document these structures and fields to clear doxygen
+ warnings.*/
+
#ifdef __cplusplus
} // extern "C"
#endif