Browse Source

MT#61625 remove redundant ifdef

Change-Id: I0766d28190058816b65543e4e1a03ebfdf04da1f
pull/1910/head
Richard Fuchs 10 months ago
parent
commit
c42f130da8
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      daemon/codec.c

+ 0
- 2
daemon/codec.c View File

@ -412,13 +412,11 @@ static void __make_passthrough(struct codec_handler *handler, int dtmf_pt, int c
handler->cn_payload_type = cn_pt;
handler->passthrough = 1;
#ifdef WITH_TRANSCODING
if (handler->media->buffer_delay) {
__delay_buffer_setup(&handler->delay_buffer, handler, handler->media->call,
handler->media->buffer_delay);
handler->kernelize = 0;
}
#endif
}
// converts existing passthrough handler to SSRC passthrough


Loading…
Cancel
Save