| Summary: | ogg seek is broken when tremor is used | ||
|---|---|---|---|
| Product: | SDL_mixer | Reporter: | notasas |
| Component: | misc | Assignee: | Ryan C. Gordon <icculus> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | All | ||
| Attachments: | fix patch | ||
Fixed, thanks! http://hg.libsdl.org/SDL_mixer/rev/e795460706d0 |
Created attachment 1111 [details] fix patch ov_time_seek takes milliseconds, not seconds, so seek is broken. Attached patch fixes the issue.