aboutsummaryrefslogtreecommitdiffstats
path: root/examples/osmux-test-input.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/osmux-test-input.c')
-rw-r--r--examples/osmux-test-input.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/osmux-test-input.c b/examples/osmux-test-input.c
index 67996ad..175633b 100644
--- a/examples/osmux-test-input.c
+++ b/examples/osmux-test-input.c
@@ -87,7 +87,7 @@ struct osmux_in_handle h_input = {
#define MAX_CONCURRENT_CALLS 8
-static int ccid[MAX_CONCURRENT_CALLS];
+static int ccid[MAX_CONCURRENT_CALLS] = { -1, -1, -1, -1, -1, -1, -1, -1 };
static int get_ccid(uint32_t ssrc)
{