ref: c92c50f2fe3e511365ab8859064f6c9b5acb04d8
parent: ef73bbf77808085a1be54bdf07b61c850249b5a2
author: Ronald S. Bultje <[email protected]>
date: Fri Sep 11 15:33:12 EDT 2015
vpxdec: remove implied --output-bit-depth=8 for --yv12. Change-Id: I28c939db49334572476aa2b428ec93111d4e869d
--- a/vpxdec.c
+++ b/vpxdec.c
@@ -618,9 +618,6 @@
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;