GNOME Bugzilla – Bug 548194
a52dec doesn't set up segment for raw files correctly.
Last modified: 2008-08-26 16:01:14 UTC
Ends up throwing endless errors trying to clip audio buffers against a byte segment. Patch attached.
Created attachment 116836 [details] [review] set up a 0 based time segment for raw files.
Patch makes sense and the chances of it breaking anything seem rather small, so it should just go in IMHO.
2008-08-26 Jan Schmidt <jan.schmidt@sun.com> * ext/a52dec/gsta52dec.c: Set up a default time segment for output when receiving an incoming byte segment (as for raw AC3 files). Fixes: #548194