]> granicus.if.org Git - libvpx/commitdiff
vpxdec: quiet signed/unsigned warning
authorJames Zern <jzern@google.com>
Wed, 7 Oct 2015 05:56:34 +0000 (22:56 -0700)
committerJames Zern <jzern@google.com>
Wed, 7 Oct 2015 05:56:34 +0000 (22:56 -0700)
Change-Id: I93c56dfa547af9b2f2b96c4f85fd9862ea67af62

vpxdec.c

index fde3b9a0b87efa030418814c60f364318de6c414..285d58e1e7662a46895528436b676739ef8e53b8 100644 (file)
--- a/vpxdec.c
+++ b/vpxdec.c
@@ -562,7 +562,7 @@ static int main_loop(int argc, const char **argv_) {
   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};