ref: 12de7e2a4a115cb01aa6ea3ec324fd4bd7a323af
parent: 05b4e1814272636ddd10ebfa9a28bf2f2a85cd45
parent: fcf1609b7cb4fbb0017a919ea9a280cf3517649f
author: James Zern <[email protected]>
date: Wed Oct 7 14:26:36 EDT 2015
Merge "vpxdec: quiet signed/unsigned warning"
--- a/vpxdec.c
+++ b/vpxdec.c
@@ -562,7 +562,7 @@
int opt_i420 = 0;
vpx_codec_dec_cfg_t cfg = {0, 0, 0};
#if CONFIG_VP9_HIGHBITDEPTH
- int output_bit_depth = 0;
+ unsigned int output_bit_depth = 0;
#endif
#if CONFIG_VP8_DECODER
vp8_postproc_cfg_t vp8_pp_cfg = {0};