shithub: libvpx

Download patch

ref: 89f38d1ece34f017769a63f59c3b742603e7bfa8
parent: 38f3cf125efe262f661d4f1e95d6eba0fb349e57
author: Yaowu Xu <[email protected]>
date: Mon May 12 13:22:10 EDT 2014

svc_encodeframe.c: change to use correct type

Change-Id: I2e97a1d3935944573d027a8020fe1aa391a6f27a

--- 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;