This website works better with JavaScript.
Home
Explore
Help
Sign In
RuhNetConsulting
/
rtpengine
mirror of
https://github.com/sipwise/rtpengine
Watch
1
Star
1
Fork
0
Code
Issues
0
Projects
0
Releases
822
Wiki
Activity
Browse Source
move private struct .h -> .c
git.mgm/mediaproxy-ng/github/master
Richard Fuchs
13 years ago
parent
1543dd03b2
commit
1507dd3aca
2 changed files
with
8 additions
and
5 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+8
-0
daemon/rtp.c
+0
-5
daemon/rtp.h
+ 8
- 0
daemon/rtp.c
View File
@ -11,6 +11,14 @@
struct
rtp_extension
{
u_int16_t
undefined
;
u_int16_t
length
;
}
__attribute__
(
(
packed
)
)
;
static
inline
int
check_session_keys
(
struct
crypto_context
*
c
)
{
str
s
;
+ 0
- 5
daemon/rtp.h
View File
@ -17,11 +17,6 @@ struct rtp_header {
u_int32_t
ssrc
;
u_int32_t
csrc
[
]
;
}
__attribute__
(
(
packed
)
)
;
struct
rtp_extension
{
u_int16_t
undefined
;
u_int16_t
length
;
}
__attribute__
(
(
packed
)
)
;
Write
Preview
Loading…
Cancel
Save