[MPlayer-dev-eng] [PATCH] Preliminary musepack support
Reimar Döffinger
Reimar.Doeffinger at stud.uni-karlsruhe.de
Wed May 11 12:35:38 CEST 2005
Hi,
On Wed, May 11, 2005 at 12:22:38PM +0200, Reimar D?ffinger wrote:
> The most annoying thing is the order of the bytes in the bitstream:
> 3 2 1 0 7 6 5 4 11 10 9 8 etc...
I forgot to say that I also want to change this, by calling bswap on
every dword, so that reading data at an arbitrary point is simple (as
long as it's less that 26 bits). This means that on little endian when
reading more than 8 bits at once another bswap will be necessary, but
who cares *g* (it will be neccessary on at least on architecture anyway
and this is easier to do. And why not once give be an advantage *g*)
Greetings,
Reimar Döffinger
More information about the MPlayer-dev-eng
mailing list