[MPlayer-users] msadpcm crash with Solaris/SPARC

Diego Biurrun diego at biurrun.de
Thu Oct 24 13:59:02 CEST 2002


On Thu, Oct 24, 2002 at 09:38:54AM +0200, Götz Waschk wrote:
> 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.

Please send patches to dev-eng as described in DOCS/tech/patches.txt.
Thanks

Diego




More information about the MPlayer-users mailing list