From c92c50f2fe3e511365ab8859064f6c9b5acb04d8 Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Fri, 11 Sep 2015 19:33:12 -0400 Subject: [PATCH] vpxdec: remove implied --output-bit-depth=8 for --yv12. Change-Id: I28c939db49334572476aa2b428ec93111d4e869d --- vpxdec.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/vpxdec.c b/vpxdec.c index 9964b9a69..fe1e3f040 100644 --- 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; -- 2.40.0