Fix meaninglesss if.
Change-Id: I0cb06d77805246fe39d39ad3bc5df3c3f52c7050
This commit is contained in:
parent
434336b072
commit
1c0ee77589
@ -780,7 +780,7 @@ void vp9_first_pass(VP9_COMP *cpi) {
|
|||||||
else
|
else
|
||||||
recon_file = fopen(filename, "ab");
|
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);
|
fclose(recon_file);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user