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
2f28c2da
Commit
2f28c2da
authored
May 09, 2017
by
Nathan E. Egge
Committed by
Nathan Egge
May 10, 2017
Browse files
Fix ifdef guard on av1_set_mode_cdfs() declaration.
Change-Id: I8f67a222c27d12fc43cdc2b0f568a3c429901801
parent
c27ef0c8
Changes
1
Hide whitespace changes
Inline
Side-by-side
av1/common/entropymode.h
View file @
2f28c2da
...
...
@@ -529,8 +529,10 @@ extern const aom_tree_index
extern
int
av1_switchable_interp_ind
[
SWITCHABLE_FILTERS
];
extern
int
av1_switchable_interp_inv
[
SWITCHABLE_FILTERS
];
#if !CONFIG_EC_ADAPT
void
av1_set_mode_cdfs
(
struct
AV1Common
*
cm
);
#endif
#endif
void
av1_setup_past_independence
(
struct
AV1Common
*
cm
);
...
...
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