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
abd74ed5
Commit
abd74ed5
authored
Nov 29, 2012
by
Jim Bankoski
Browse files
warning error missing void
Change-Id: I914bcc669297d3414261486bf1bfb716c2ecc804
parent
030e268a
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp9/encoder/vp9_bitstream.c
View file @
abd74ed5
...
...
@@ -262,8 +262,8 @@ static void update_refpred_stats(VP9_COMP *cpi) {
//
// The branch counts table is re-populated during the actual pack stage and in
// the decoder to facilitate backwards update of the context.
static
update_mode_probs
(
VP9_COMMON
*
cm
,
int
mode_context
[
INTER_MODE_CONTEXTS
][
4
])
{
static
void
update_mode_probs
(
VP9_COMMON
*
cm
,
int
mode_context
[
INTER_MODE_CONTEXTS
][
4
])
{
int
i
,
j
;
int
(
*
mv_ref_ct
)[
4
][
2
];
...
...
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