Attention is currently required from: laforge, fixeria.
Patch set 1:Code-Review +1
2 comments:
File src/trau/osmo_ortp.c:
Patch Set #1, Line 42: static PayloadType *payload_type_clearmode;
I wonder why do we need all these static variables taking memory if they are not really used at all after create_payload_types() finishes....
Patch Set #1, Line 307: rtp_profile_set_payload(osmo_pt_profile, RTP_PT_AMR, &payload_type_amr);
I'm unable to find where does payload_type_amr come from, I don't see it declared anywhere... :/
To view, visit change 34223. To unsubscribe, or for help writing mail filters, visit settings.