]> granicus.if.org Git - libvpx/commitdiff
svc_encodeframe.c: change to use correct type
authorYaowu Xu <yaowu@google.com>
Tue, 13 May 2014 00:22:10 +0000 (17:22 -0700)
committerYaowu Xu <yaowu@google.com>
Tue, 13 May 2014 00:22:10 +0000 (17:22 -0700)
Change-Id: I2e97a1d3935944573d027a8020fe1aa391a6f27a

vpx/src/svc_encodeframe.c

index 38c2d26e0e6fb2eb5ff360317d00b0ca6b6ea279..b874be76a99ca37c11aafc20f5fd1846d6226532 100644 (file)
@@ -234,7 +234,8 @@ static void svc_log_reset(SvcContext *svc_ctx) {
   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;