From a5edfedc05debbe12c524326cdca1ce2b8b20379 Mon Sep 17 00:00:00 2001 From: Richard Fuchs Date: Mon, 27 Apr 2026 10:07:40 -0400 Subject: [PATCH] MT#55283 annotate function Change-Id: I69d20d4e49a434fc3f284447a81aea4f2d12b8c8 --- daemon/codec.c | 1 + 1 file changed, 1 insertion(+) diff --git a/daemon/codec.c b/daemon/codec.c index aefbf79cb..eb479b2de 100644 --- a/daemon/codec.c +++ b/daemon/codec.c @@ -5530,6 +5530,7 @@ static void codec_store_move(struct codec_store *dst, struct codec_store *src) { // `out_compat` must be initialised already, or NULL // either `codec` or `pt_parsed` must be given (or both) +__attribute__((nonnull(3, 4))) static void codec_store_find_matching_codecs(rtp_pt_q *out_compat, rtp_payload_type **out_exact, struct codec_store *cs, const str *codec, rtp_payload_type *pt_parsed)