CVS Commit: vlc
Samuel Hocevar
sam at zoy.org
Tue May 8 06:23:09 CEST 2001
On Mon, May 07, 2001, Benoit Steiner wrote:
> Unaligned how/where ?
When reading a random packet in memory. GetBits() tries its best to
keep aligned, but when it needs to read bits overlapping two packets, it
can't be sure that the next packet will have the same alignment as the
current one, so a call to UnalignedGetBits() is necessary to avoid bus
errors or unaligned traps.
--
Sam.
More information about the vlc-devel
mailing list