Browse Source

TT#136952 fix transcoder output TS after DTMF event

Change-Id: I2edea6ff3a7d2331a6e6366bb986135d15af59c3
pull/1388/head
Richard Fuchs 4 years ago
parent
commit
b8211b0896
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      daemon/codec.c

+ 1
- 1
daemon/codec.c View File

@ -1640,7 +1640,7 @@ static int packet_dtmf_fwd(struct codec_ssrc_handler *ch, struct codec_ssrc_hand
// this is actually a DTMF -> PCM handler
// grab our underlying PCM transcoder
output_ch = __output_ssrc_handler(input_ch, mp);
if (G_UNLIKELY(!ch->encoder || !output_ch->encoder))
if (G_UNLIKELY(!output_ch->encoder))
goto skip;
// init some vars


Loading…
Cancel
Save