From 19d30f1054889f32bc3e4ca4c248edd53ce43984 Mon Sep 17 00:00:00 2001 From: "Alfred E. Heggestad" <114750+alfredh@users.noreply.github.com> Date: Sat, 1 Jun 2024 12:47:55 +0200 Subject: [PATCH] test: change GENERATOR_SSRC from define to type --- test/rtcp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/rtcp.c b/test/rtcp.c index fb2175120..95304a871 100644 --- a/test/rtcp.c +++ b/test/rtcp.c @@ -21,7 +21,7 @@ */ -#define GENERATOR_SSRC 0x00000001 +static const uint32_t GENERATOR_SSRC = 0x00000001; struct fixture {