Commit 5dbdff0f authored by Yaowu Xu's avatar Yaowu Xu Committed by Gerrit Code Review
Browse files

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

Showing with 1 addition and 0 deletions
...@@ -482,6 +482,7 @@ static FILE *open_outfile(const char *name) { ...@@ -482,6 +482,7 @@ static FILE *open_outfile(const char *name) {
int main_loop(int argc, const char **argv_) { int main_loop(int argc, const char **argv_) {
vpx_codec_ctx_t decoder; vpx_codec_ctx_t decoder;
char *fn = NULL; char *fn = NULL;
int i;
uint8_t *buf = NULL; uint8_t *buf = NULL;
size_t bytes_in_buffer = 0, buffer_size = 0; size_t bytes_in_buffer = 0, buffer_size = 0;
FILE *infile; FILE *infile;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment