mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-13 15:50:59 +00:00
fix windows compiler warnings and vs2010 reswig
This commit is contained in:
parent
96ceb6363e
commit
bf03df9f14
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -510,10 +510,10 @@ SWITCH_DECLARE(payload_map_t *) switch_core_media_add_payload_map(switch_core_se
|
||||
}
|
||||
|
||||
pmap->allocated = 1;
|
||||
pmap->recv_pt = pt;
|
||||
pmap->recv_pt = (switch_payload_t)pt;
|
||||
|
||||
if (sdp_type == SDP_TYPE_REQUEST || !exists) {
|
||||
pmap->pt = pt;
|
||||
pmap->pt = (switch_payload_t)pt;
|
||||
}
|
||||
|
||||
if (negotiated) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user