Skip to content
GitLab
Menu
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
270a05a3
Commit
270a05a3
authored
Aug 26, 2014
by
Deb Mukherjee
Committed by
Gerrit Code Review
Aug 26, 2014
Browse files
Merge "Set scaled img format correctly in vpxdec"
parents
95ac8fa7
e9f85d3f
Changes
1
Hide whitespace changes
Inline
Side-by-side
vpxdec.c
View file @
270a05a3
...
...
@@ -887,7 +887,7 @@ int main_loop(int argc, const char **argv_) {
display_height
=
display_size
[
1
];
}
}
scaled_img
=
vpx_img_alloc
(
NULL
,
VPX_IMG_FMT_I420
,
display_width
,
scaled_img
=
vpx_img_alloc
(
NULL
,
img
->
fmt
,
display_width
,
display_height
,
16
);
scaled_img
->
bit_depth
=
img
->
bit_depth
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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