shithub: libvpx

Download patch

ref: 5dbdff0f60456e1e16d51139a8ca7e8a5b84fc4b
parent: bdd8966439070bccca1229fb43e6080dd86fa61c
parent: 2eccbd0f4bb060c5ac3369c83bd0f02e39ad97c2
author: Yaowu Xu <[email protected]>
date: Thu Feb 13 14:03:13 EST 2014

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

--- a/vpxdec.c
+++ b/vpxdec.c
@@ -482,6 +482,7 @@
 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;