Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
aom-rav1e
Commits
f744613b
Commit
f744613b
authored
Jul 20, 2015
by
hui su
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix uninitialized value warning
Change-Id: Ib919a8ec2ec66d460d2f8a26d72aabc09dcbbd72
parent
345ff1a2
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.c
vp9/encoder/vp9_encoder.c
+1
-1
No files found.
vp9/encoder/vp9_encoder.c
View file @
f744613b
...
...
@@ -4307,7 +4307,7 @@ int vp9_get_compressed_data(VP9_COMP *cpi, unsigned int *frame_flags,
#if CONFIG_INTERNAL_STATS
if
(
oxcf
->
pass
!=
1
)
{
double
samples
;
double
samples
=
0
.
0
;
cpi
->
bytes
+=
(
int
)(
*
size
);
if
(
cm
->
show_frame
)
{
...
...
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