Chromium Code Reviews| Index: source/libvpx/vpx/src/svc_encodeframe.c |
| =================================================================== |
| --- source/libvpx/vpx/src/svc_encodeframe.c (revision 271012) |
| +++ source/libvpx/vpx/src/svc_encodeframe.c (working copy) |
| @@ -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; |