This website works better with JavaScript.
Home
Explore
Help
Sign In
shenmc
/
bitstream
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
rtcp: add app-specific packet type
master
Rafaël Carré
6 years ago
parent
a9b69ce268
commit
6b282cef77
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
ietf/rtcp.h
+ 1
- 0
ietf/rtcp.h
View File
@ -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
)
{
Write
Preview
Loading…
Cancel
Save