Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
rtcp: add app-specific packet type
· 6b282cef
Rafaël Carré
authored
Nov 21, 2018
6b282cef
Merge branch 'app' of
https://github.com/funman/bitstream
into funman-app
· 19a407f4
Christophe Massiot
authored
Nov 23, 2018
19a407f4
Merge branch 'funman-app'
· 4de132a7
Christophe Massiot
authored
Nov 23, 2018
4de132a7
Hide whitespace changes
Inline
Side-by-side
ietf/rtcp.h
View file @
4de132a7
...
...
@@ -29,6 +29,7 @@
# include <inttypes.h>
# define RTCP_RTP_VERSION 2
# define RTCP_PT_APP 204
static
inline
void
rtcp_set_rtp_version
(
uint8_t
*
p_rtcp
)
{
...
...