Skip to content

Commit

Permalink
minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ka9q committed Sep 12, 2024
1 parent 52f676f commit bcc9d46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion radio.c
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ void *sap_send(void *p){

len = snprintf(wp,space,"a=rtpmap:%d %s/%d/%d\r\n",
chan->output.rtp.type,
PT_table[chan->output.rtp.type].encoding == OPUS ? "Opus" : "L16",
encoding_string(chan->output.encoding),
chan->output.samprate,
chan->output.channels);
wp += len;
Expand Down

0 comments on commit bcc9d46

Please sign in to comment.