vpxdec: remove implied --output-bit-depth=8 for --yv12.
authorRonald S. Bultje <rsbultje@gmail.com>
Fri, 11 Sep 2015 23:33:12 +0000 (19:33 -0400)
committerRonald S. Bultje <rsbultje@gmail.com>
Fri, 11 Sep 2015 23:33:45 +0000 (19:33 -0400)
Change-Id: I28c939db49334572476aa2b428ec93111d4e869d

vpxdec.c

index 9964b9a..fe1e3f0 100644 (file)
--- a/vpxdec.c
+++ b/vpxdec.c
@@ -618,9 +618,6 @@ static int main_loop(int argc, const char **argv_) {
       use_y4m = 0;
       flipuv = 1;
       opt_yv12 = 1;
-#if CONFIG_VP9_HIGHBITDEPTH
-      output_bit_depth = 8;  // For yv12 8-bit depth output is assumed
-#endif
     } else if (arg_match(&arg, &use_i420, argi)) {
       use_y4m = 0;
       flipuv = 0;