Bug 617334
| Summary: | aiff read bug when mark chunk present | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 5 | Reporter: | Jeff Bastian <jbastian> | ||||||
| Component: | sox | Assignee: | Frantisek Kluknavsky <fkluknav> | ||||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | BaseOS QE - Apps <qe-baseos-apps> | ||||||
| Severity: | urgent | Docs Contact: | |||||||
| Priority: | urgent | ||||||||
| Version: | 5.5 | CC: | cww, jwest, rvokal | ||||||
| Target Milestone: | rc | Keywords: | Patch, ZStream | ||||||
| Target Release: | --- | ||||||||
| Hardware: | All | ||||||||
| OS: | Linux | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: |
Previously, an attempt to convert an Audio Interchange File Format (AIFF) file that contained the MARK chunk may have failed with the following error:
sox: Failed reading file.aiff: AIFF: no sound data on input file
With this update, the underlying source code has been modified to target this issue, and such files are now converted as expected.
|
Story Points: | --- | ||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2013-09-23 11:13:59 UTC | Type: | --- | ||||||
| Regression: | --- | Mount Type: | --- | ||||||
| Documentation: | --- | CRM: | |||||||
| Verified Versions: | Category: | --- | |||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||
| Embargoed: | |||||||||
| Bug Depends On: | |||||||||
| Bug Blocks: | 651404 | ||||||||
| Attachments: |
|
||||||||
|
Description
Jeff Bastian
2010-07-22 19:17:29 UTC
Created attachment 433791 [details]
upstream patch to fix aiff read bug
Technical note added. If any revisions are required, please edit the "Technical Notes" field
accordingly. All revisions will be proofread by the Engineering Content Services team.
New Contents:
Previously, an attempt to convert an Audio Interchange File Format (AIFF) file that contained the MARK chunk may have failed with the following error:
sox: Failed reading file.aiff: AIFF: no sound data on input file
With this update, the underlying source code has been modified to target this issue, and such files are now converted as expected.
|