Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
aom-rav1e
Commits
fb67ce68
Commit
fb67ce68
authored
May 13, 2014
by
Yaowu Xu
Committed by
Gerrit Code Review
May 13, 2014
Browse files
Merge "svc_encodeframe.c: change to use correct type"
parents
9e0b5abc
89f38d1e
Changes
1
Hide whitespace changes
Inline
Side-by-side
vpx/src/svc_encodeframe.c
View file @
fb67ce68
...
...
@@ -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
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment