[MPlayer-users] msadpcm crash with Solaris/SPARC

Hampa Hug hhug at student.ethz.ch
Wed Oct 23 22:43:25 CEST 2002


Arpi wrote:

> also, you can try to change 
> #define LE_16(x) (le2me_16(*(unsigned short *)(x)))
> to:
> #define LE_16(x) (le2me_16(x[0]+(256*x[1])))
> or maybe:
> #define LE_16(x) (le2me_16(x[1]+(256*x[0])))

Maybe it would be a good idea to move these macros to a
more generally accessible location. The patch to the
ogg demuxer involved the same problem and I suspect
that we'll see many more variations of this theme.

Hampa




More information about the MPlayer-users mailing list