diff 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
line wrap: on
line diff
--- a/sip-manual-out/sdp_in.c	Sun May 07 21:55:01 2023 -0800
+++ b/sip-manual-out/sdp_in.c	Sun May 21 15:33:00 2023 -0800
@@ -73,5 +73,6 @@
 	rtp_remote_addr.sin_port = htons(sdp_parse.audio_port);
 	rtp_out_enable = 1;
 	assign_rtpout_ssrc();
+	init_pcm_fill_octet();
 	prepare_tfo_fill();
 }