From 46a21245032830e0536b761690d8d43dd0ac8d40 Mon Sep 17 00:00:00 2001 From: Richard Fuchs Date: Fri, 23 Jan 2026 09:32:01 -0400 Subject: [PATCH] MT#55283 use wrapper function Change-Id: I1ca86c0a815d959054c560ceed2610b3e2ab26f5 --- daemon/media_player.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/daemon/media_player.c b/daemon/media_player.c index 788d0ed1e..9883708b0 100644 --- a/daemon/media_player.c +++ b/daemon/media_player.c @@ -1229,8 +1229,7 @@ static bool media_player_play_start(struct media_player *mp, const rtp_payload_t if (__ensure_codec_handler(mp, dst_pt, codec_set)) return false; - if (mp->opts.block_egress) - MEDIA_SET(mp->media, BLOCK_EGRESS); + __media_player_set_opts(mp, mp->opts); if (media_player_cache_entry_init(mp, dst_pt, codec_set)) return true;