Skip to content

Commit

Permalink
process OUTPUT_ENCODING in status reception
Browse files Browse the repository at this point in the history
  • Loading branch information
ka9q committed May 4, 2024
1 parent 946ab2d commit 688caea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions decode_status.c
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,9 @@ int decode_radio_status(struct frontend *frontend,struct channel *channel,uint8_
case RTP_PT:
channel->output.rtp.type = decode_int(cp,optlen);
break;
case OUTPUT_ENCODING:
channel->output.encoding = decode_int(cp,optlen);
break;
case STATUS_INTERVAL:
channel->status.output_interval = decode_int(cp,optlen);
break;
Expand Down

0 comments on commit 688caea

Please sign in to comment.