forgot to register r48
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10887 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
b4211dd39d
commit
e21d1eb870
|
@ -299,7 +299,7 @@ static switch_status_t setup_formats(void)
|
|||
char buffer[128];
|
||||
int format, major_count, subtype_count, m, s;
|
||||
int len, x, skip;
|
||||
char *extras[] = { "r8", "r16", "r24", "r32", "gsm", "ul", "al", NULL };
|
||||
char *extras[] = { "r8", "r16", "r24", "r32", "r48", "gsm", "ul", "al", NULL };
|
||||
int exlen = (sizeof(extras) / sizeof(extras[0]));
|
||||
buffer[0] = 0;
|
||||
|
||||
|
|
Loading…
Reference in New Issue