fix osmux-test-input

ccid array was not initialized appropriately
This commit is contained in:
Pablo Neira Ayuso 2013-02-12 19:53:02 +01:00
parent 3f00a9b95f
commit 5e9c67ea20
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{