summaryrefslogtreecommitdiffstats
path: root/third_party/aom/aom/aom_decoder.h
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/aom/aom/aom_decoder.h')
-rw-r--r--third_party/aom/aom/aom_decoder.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/third_party/aom/aom/aom_decoder.h b/third_party/aom/aom/aom_decoder.h
index c90cbb113..509b875d3 100644
--- a/third_party/aom/aom/aom_decoder.h
+++ b/third_party/aom/aom/aom_decoder.h
@@ -107,7 +107,8 @@ typedef struct aom_codec_dec_cfg {
unsigned int threads; /**< Maximum number of threads to use, default 1 */
unsigned int w; /**< Width */
unsigned int h; /**< Height */
-} aom_codec_dec_cfg_t; /**< alias for struct aom_codec_dec_cfg */
+ unsigned int allow_lowbitdepth; /**< Allow use of low-bitdepth coding path */
+} aom_codec_dec_cfg_t; /**< alias for struct aom_codec_dec_cfg */
/*!\brief Initialize a decoder instance
*