Merge "Fix build error caused by a merge conflict."

This commit is contained in:
Yaowu Xu 2014-02-13 19:03:13 -08:00 committed by Gerrit Code Review
commit 5dbdff0f60

View File

@ -482,6 +482,7 @@ static FILE *open_outfile(const char *name) {
int main_loop(int argc, const char **argv_) {
vpx_codec_ctx_t decoder;
char *fn = NULL;
int i;
uint8_t *buf = NULL;
size_t bytes_in_buffer = 0, buffer_size = 0;
FILE *infile;