shithub: libvpx

Download patch

ref: fb67ce6899775887c56415fa1db81f1659c832ee
parent: 9e0b5abc301f24d16e91fe75690e7391425ca1a9
parent: 89f38d1ece34f017769a63f59c3b742603e7bfa8
author: Yaowu Xu <yaowu@google.com>
date: Tue May 13 06:35:38 EDT 2014

Merge "svc_encodeframe.c: change to use correct type"

--- a/vpx/src/svc_encodeframe.c
+++ b/vpx/src/svc_encodeframe.c
@@ -234,7 +234,8 @@
   si->message_buffer[0] = '\0';
 }
 
-static int svc_log(SvcContext *svc_ctx, int level, const char *fmt, ...) {
+static int svc_log(SvcContext *svc_ctx, SVC_LOG_LEVEL level,
+                   const char *fmt, ...) {
   char buf[512];
   int retval = 0;
   va_list ap;