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
Yushin Cho
aom-rav1e
Commits
26a49182
Commit
26a49182
authored
Dec 07, 2012
by
Jim Bankoski
Committed by
Gerrit Code Review
Dec 07, 2012
Browse files
Merge "Fix meaninglesss if." into vp9-preview
parents
8d449ce0
1c0ee775
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp9/encoder/vp9_firstpass.c
View file @
26a49182
...
...
@@ -780,7 +780,7 @@ void vp9_first_pass(VP9_COMP *cpi) {
else
recon_file
=
fopen
(
filename
,
"ab"
);
if
(
fwrite
(
lst_yv12
->
buffer_alloc
,
lst_yv12
->
frame_size
,
1
,
recon_file
)
)
;
(
void
)
fwrite
(
lst_yv12
->
buffer_alloc
,
lst_yv12
->
frame_size
,
1
,
recon_file
);
fclose
(
recon_file
);
}
...
...
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