Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
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
09577b8c
Commit
09577b8c
authored
Dec 03, 2013
by
Dmitry Kovalev
Committed by
Gerrit Code Review
Dec 03, 2013
Browse files
Merge "Removing dummy assignments."
parents
f63c75de
fc3c3303
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp9/common/vp9_alloccommon.c
View file @
09577b8c
...
...
@@ -200,9 +200,6 @@ int vp9_alloc_frame_buffers(VP9_COMMON *cm, int width, int height) {
void
vp9_create_common
(
VP9_COMMON
*
cm
)
{
vp9_machine_specific_config
(
cm
);
cm
->
tx_mode
=
ONLY_4X4
;
cm
->
comp_pred_mode
=
REFERENCE_MODE_SELECT
;
}
void
vp9_remove_common
(
VP9_COMMON
*
cm
)
{
...
...
Write
Preview
Markdown
is supported
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