[asterisk-bugs] [JIRA] (ASTERISK-22310) Inappropriate error message in format_wav.c
Jim Credland (JIRA)
noreply at issues.asterisk.org
Sun Aug 18 07:29:03 CDT 2013
Jim Credland created ASTERISK-22310:
---------------------------------------
Summary: Inappropriate error message in format_wav.c
Key: ASTERISK-22310
URL: https://issues.asterisk.org/jira/browse/ASTERISK-22310
Project: Asterisk
Issue Type: Bug
Security Level: None
Components: Formats/format_wav
Affects Versions: 11.5.0
Environment: All
Reporter: Jim Credland
Severity: Minor
The following error message lies. Many things are WAV files which do not contain 1 in the format field.
if (ltohs(format) != 1) {
ast_log(LOG_WARNING, "Not a wav file %d\n", ltohs(format));
Given how unusual the .WAV vs. .wav distinction is I'd go for: "Not a supported wav file format (%d). Only PCM encoded versions are supported with a lower-case '.wav' extension."
Which would be helpful.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.asterisk.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the asterisk-bugs
mailing list