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
89f38d1e
Commit
89f38d1e
authored
May 12, 2014
by
Yaowu Xu
Browse files
svc_encodeframe.c: change to use correct type
Change-Id: I2e97a1d3935944573d027a8020fe1aa391a6f27a
parent
38f3cf12
Changes
1
Hide whitespace changes
Inline
Side-by-side
vpx/src/svc_encodeframe.c
View file @
89f38d1e
...
...
@@ -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