mplayer-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Original]

Re: [MPlayer-users] msadpcm crash with Solaris/SPARC


To: mplayer-users@xxxxxxxxxxxx
Subject: Re: [MPlayer-users] msadpcm crash with Solaris/SPARC
From: Götz Waschk <waschk@xxxxxxxxxxxxxxxxxxxxxxxxx>
Date: Thu Oct 24 10:10:03 2002
In-reply-to: <20021023124815.GF14117@sake.informatik.uni-rostock.de>
References: <20021023122549.GD14117@sake.informatik.uni-rostock.de> <200210231306.g9ND64e6024869@mail.mplayerhq.hu> <20021023124815.GF14117@sake.informatik.uni-rostock.de>
User-agent: Mutt/1.4i

Am Mittwoch, 23. Oktober 2002, 14:48:15 Uhr MET, schrieb Götz Waschk:
> > > The right one was this:
> > > #define LE_16(x) (le2me_16((x)[1]+(256*(x)[0])))
> > does it work with it?
> Yes, it's working fine.

You've mixed this up in CVS:
Current CVS contains this line:
#define LE_16(x) (le2me_16((x)[0]+(256*((x)[1]))))

but the right working macro is this one:
#define LE_16(x) (le2me_16((x)[1]+(256*((x)[0]))))

Please apply the attached patch.

-- 
   Götz Waschk <> master of computer science  <> University of Rostock    
 http://wwwtec.informatik.uni-rostock.de/~waschk/waschk.asc for PGP key
                         --> Logout Fascism! <--

Attachment: mplayer-msadpcm-byteswap.patch
Description: Text document


[Prev in Thread] Current Thread [Next in Thread]