FreeCalypso > hg > themwi-system-sw
comparison sip-manual-out/sdp_in.c @ 211:fbfa72b114e8
sip-manual-out: prep for making PCM fill octet changeable
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 21 May 2023 15:33:00 -0800 |
parents | d3c99b41fb04 |
children | 10a4b0b0a239 |
comparison
equal
deleted
inserted
replaced
210:d96eaf2d6900 | 211:fbfa72b114e8 |
---|---|
71 rtp_remote_addr.sin_family = AF_INET; | 71 rtp_remote_addr.sin_family = AF_INET; |
72 rtp_remote_addr.sin_addr = sdp_parse.ip_addr; | 72 rtp_remote_addr.sin_addr = sdp_parse.ip_addr; |
73 rtp_remote_addr.sin_port = htons(sdp_parse.audio_port); | 73 rtp_remote_addr.sin_port = htons(sdp_parse.audio_port); |
74 rtp_out_enable = 1; | 74 rtp_out_enable = 1; |
75 assign_rtpout_ssrc(); | 75 assign_rtpout_ssrc(); |
76 init_pcm_fill_octet(); | |
76 prepare_tfo_fill(); | 77 prepare_tfo_fill(); |
77 } | 78 } |