Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
aom-rav1e
Commits
c92c50f2
Commit
c92c50f2
authored
Sep 11, 2015
by
Ronald S. Bultje
Browse files
vpxdec: remove implied --output-bit-depth=8 for --yv12.
Change-Id: I28c939db49334572476aa2b428ec93111d4e869d
parent
ef73bbf7
Changes
1
Hide whitespace changes
Inline
Side-by-side
vpxdec.c
View file @
c92c50f2
...
...
@@ -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
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment