| Summary: | Overflow of SDL_AudioCVT.filters with some downmixes | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Simon Hug <chli.hug> |
| Component: | audio | Assignee: | Ryan C. Gordon <icculus> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | HG 2.0 | ||
| Hardware: | All | ||
| OS: | All | ||
| Attachments: | Patch that fixes overflow of filters array in SDL_AudioCVT that happens with some downmixes. | ||
|
Description
Simon Hug
2017-06-11 00:20:20 UTC
Fixed, thanks! https://hg.libsdl.org/SDL/rev/819384789a7a Technically, we should probably refuse to convert 224 channels at all, though. (In reply to Ryan C. Gordon from comment #2) > Technically, we should probably refuse to convert 224 channels at all, > though. ...and now we do: https://hg.libsdl.org/SDL/rev/62a0a6e9b48b (the patch that Sam pushed is also a good fix for several other reasons, though, so this doesn't replace it.) --ryan. |