Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
b7c704ca
Commit
b7c704ca
authored
May 20, 2017
by
François Cartegnie
🤞
Browse files
stream_out: rtpfmt: constify
parent
4c39d06a
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/stream_out/rtpfmt.c
View file @
b7c704ca
...
...
@@ -150,7 +150,7 @@ static char *rtp_xiph_b64_oob_config(void *p_extra, size_t i_extra,
return
config
;
}
static
void
sprintf_hexa
(
char
*
s
,
uint8_t
*
p_data
,
int
i_data
)
static
void
sprintf_hexa
(
char
*
s
,
const
uint8_t
*
p_data
,
int
i_data
)
{
static
const
char
hex
[
16
]
=
"0123456789abcdef"
;
...
...
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