Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
aom-rav1e
Commits
96c43e8a
Commit
96c43e8a
authored
Aug 29, 2014
by
Yunqing Wang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor fix in vp9_encoder.h
Added the missing "int". Change-Id: I7c8af3dee700837b40f010d53e1431a59370ae3a
parent
e9d106bd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vp9/encoder/vp9_encoder.h
vp9/encoder/vp9_encoder.h
+1
-1
No files found.
vp9/encoder/vp9_encoder.h
View file @
96c43e8a
...
...
@@ -390,7 +390,7 @@ typedef struct VP9_COMP {
search_site_config
ss_cfg
;
int
mbmode_cost
[
INTRA_MODES
];
unsigned
inter_mode_cost
[
INTER_MODE_CONTEXTS
][
INTER_MODES
];
unsigned
int
inter_mode_cost
[
INTER_MODE_CONTEXTS
][
INTER_MODES
];
int
intra_uv_mode_cost
[
FRAME_TYPES
][
INTRA_MODES
];
int
y_mode_costs
[
INTRA_MODES
][
INTRA_MODES
][
INTRA_MODES
];
int
switchable_interp_costs
[
SWITCHABLE_FILTER_CONTEXTS
][
SWITCHABLE_FILTERS
];
...
...
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