From c42f130da83f1fb6da13a8557a99fa195b4a7aa4 Mon Sep 17 00:00:00 2001 From: Richard Fuchs Date: Tue, 11 Feb 2025 09:21:33 -0400 Subject: [PATCH] MT#61625 remove redundant ifdef Change-Id: I0766d28190058816b65543e4e1a03ebfdf04da1f --- daemon/codec.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/daemon/codec.c b/daemon/codec.c index ebc140ed7..32a46d9a9 100644 --- a/daemon/codec.c +++ b/daemon/codec.c @@ -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