Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tristan Matthews
bitstream
Commits
6cd871dc
Commit
6cd871dc
authored
Nov 23, 2018
by
Christophe Massiot
Browse files
Merge branch 'funman-const'
parents
a9b69ce2
de9a0fe6
Changes
1
Hide whitespace changes
Inline
Side-by-side
ietf/rtcp.h
View file @
6cd871dc
...
...
@@ -35,7 +35,7 @@ static inline void rtcp_set_rtp_version(uint8_t *p_rtcp)
p_rtcp
[
0
]
=
RTCP_RTP_VERSION
<<
6
;
}
static
inline
uint8_t
rtcp_get_rc
(
uint8_t
*
p_rtcp
)
static
inline
uint8_t
rtcp_get_rc
(
const
uint8_t
*
p_rtcp
)
{
return
p_rtcp
[
0
]
&
0x1f
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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