Reverting format addition for now

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@148071 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Tilghman Lesher
2008-10-09 21:47:02 +00:00
parent f5d5eb5e19
commit 8b14e5f493
6 changed files with 20 additions and 99 deletions

View File

@@ -248,8 +248,6 @@ static char *build_filename(const char *filename, const char *ext)
if (!strcmp(ext, "wav49"))
ext = "WAV";
if (!strcmp(ext, "wav16"))
ext = "Wav";
if (filename[0] == '/')
asprintf(&fn, "%s.%s", filename, ext);