doh
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4219 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
87d5a3bbb4
commit
25963d7a57
|
@ -106,11 +106,10 @@ static switch_status_t sndfile_file_open(switch_file_handle_t *handle, char *pat
|
||||||
context->sfinfo.format |= map->format;
|
context->sfinfo.format |= map->format;
|
||||||
ready = 1;
|
ready = 1;
|
||||||
}
|
}
|
||||||
} else if (map) {
|
} else {
|
||||||
ready = 1;
|
ready = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
if (!ready) {
|
if (!ready) {
|
||||||
ready = 1;
|
ready = 1;
|
||||||
if (!strcmp(ext, "r8") || !strcmp(ext, "raw")) {
|
if (!strcmp(ext, "r8") || !strcmp(ext, "raw")) {
|
||||||
|
|
Loading…
Reference in New Issue