Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
external
libvpx
Commits
c75f0ec3
Commit
c75f0ec3
authored
Dec 19, 2011
by
John Koleszar
Committed by
Gerrit Code Review
Dec 19, 2011
Browse files
Merge "fix: make sure ss_err is large enough"
parents
fd294c55
24196dd9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vp8/encoder/picklpf.c
vp8/encoder/picklpf.c
+1
-1
No files found.
vp8/encoder/picklpf.c
View file @
c75f0ec3
...
...
@@ -289,7 +289,7 @@ void vp8cx_pick_filter_level(YV12_BUFFER_CONFIG *sd, VP8_COMP *cpi)
int
Bias
=
0
;
// Bias against raising loop filter and in favor of lowering it
int
ss_err
[
MAX_LOOP_FILTER
];
int
ss_err
[
MAX_LOOP_FILTER
+
1
];
YV12_BUFFER_CONFIG
*
saved_frame
=
cm
->
frame_to_show
;
...
...
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