summaryrefslogtreecommitdiffstats
path: root/third_party/aom/aomdec.c
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/aom/aomdec.c')
-rw-r--r--third_party/aom/aomdec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/aom/aomdec.c b/third_party/aom/aomdec.c
index 289776141..035572c70 100644
--- a/third_party/aom/aomdec.c
+++ b/third_party/aom/aomdec.c
@@ -519,7 +519,7 @@ static int main_loop(int argc, const char **argv_) {
int use_y4m = 1;
int opt_yv12 = 0;
int opt_i420 = 0;
- aom_codec_dec_cfg_t cfg = { 0, 0, 0 };
+ aom_codec_dec_cfg_t cfg = { 0, 0, 0, CONFIG_LOWBITDEPTH };
#if CONFIG_HIGHBITDEPTH
unsigned int output_bit_depth = 0;
#endif