fixes
This commit is contained in:
parent
2eef1fa316
commit
a38a183626
22 changed files with 187 additions and 144 deletions
|
|
@ -31,21 +31,6 @@ enum{
|
|||
REPORTLEN = 24,
|
||||
};
|
||||
|
||||
|
||||
static void
|
||||
p_compile(Filter *f)
|
||||
{
|
||||
sysfatal("unknown rtcp field: %s", f->s);
|
||||
}
|
||||
|
||||
static int
|
||||
p_filter(Filter *f, Msg *m)
|
||||
{
|
||||
USED(f);
|
||||
USED(m);
|
||||
return 0;
|
||||
}
|
||||
|
||||
static int
|
||||
p_seprint(Msg *m)
|
||||
{
|
||||
|
|
@ -88,10 +73,11 @@ p_seprint(Msg *m)
|
|||
|
||||
Proto rtcp = {
|
||||
"rtcp",
|
||||
p_compile,
|
||||
p_filter,
|
||||
nil,
|
||||
nil,
|
||||
p_seprint,
|
||||
nil,
|
||||
nil,
|
||||
nil,
|
||||
defaultframer,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue