[libav-bugs] [Bug 186] Regression in mp3 decoding/seeking.
bugzilla-daemon at aruru.libav.org
bugzilla-daemon at aruru.libav.org
Fri Dec 30 16:46:20 CET 2011
http://bugzilla.libav.org/show_bug.cgi?id=186
Ronald S. Bultje <rsbultje at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |rsbultje at gmail.com
--- Comment #2 from Ronald S. Bultje <rsbultje at gmail.com> 2011-12-30 16:46:20 CET ---
Justin traced this yesterday to a skip_bits_long() before the buffer start,
which the safe bitstream reader explicitly disallows. It then skips until the
buffer is in range again, which of course fails with the current API. We'll
need to keep track of the custom negative index before "seeking" in the
bitstream reader.
--
Configure bugmail: http://bugzilla.libav.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
More information about the libav-bugs
mailing list