Skip to content

Commit

Permalink
test: change GENERATOR_SSRC from define to type
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredh authored and sreimers committed Jun 2, 2024
1 parent b41f503 commit 19d30f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/rtcp.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
*/


#define GENERATOR_SSRC 0x00000001
static const uint32_t GENERATOR_SSRC = 0x00000001;


struct fixture {
Expand Down

0 comments on commit 19d30f1

Please sign in to comment.