summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_firstpass.c
diff options
context:
space:
mode:
authorJohn Koleszar <jkoleszar@google.com>2012-12-07 17:26:31 -0800
committerJohn Koleszar <jkoleszar@google.com>2012-12-07 17:26:31 -0800
commitd1356faeb8595f3c91bc12f72f6a4198348e2507 (patch)
tree00f87c71c4bee079c4c021199eefd903dc0016d4 /vp9/encoder/vp9_firstpass.c
parent6f014dc5ad805411a7fe14b627e564a5cccda20f (diff)
parentfccebcba57c6ae57d23047a0759effc014267963 (diff)
downloadlibvpx-d1356faeb8595f3c91bc12f72f6a4198348e2507.tar
libvpx-d1356faeb8595f3c91bc12f72f6a4198348e2507.tar.gz
libvpx-d1356faeb8595f3c91bc12f72f6a4198348e2507.tar.bz2
libvpx-d1356faeb8595f3c91bc12f72f6a4198348e2507.zip
Merge remote-tracking branch 'origin/vp9-preview' into experimental
Diffstat (limited to 'vp9/encoder/vp9_firstpass.c')
-rw-r--r--vp9/encoder/vp9_firstpass.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vp9/encoder/vp9_firstpass.c b/vp9/encoder/vp9_firstpass.c
index e62eeedaf..13e189960 100644
--- a/vp9/encoder/vp9_firstpass.c
+++ b/vp9/encoder/vp9_firstpass.c
@@ -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);
}