mirror of
https://github.com/mpv-player/mpv
synced 2025-02-20 06:46:55 +00:00
100l - Michael is right, we don't need le2me here
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7894 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
845b85da8d
commit
385a4b8f30
@ -44,7 +44,7 @@ static int ms_adapt_coeff2[] =
|
||||
|
||||
#define MS_ADPCM_PREAMBLE_SIZE 6
|
||||
|
||||
#define LE_16(x) (le2me_16((x)[0]+(256*((x)[1]))))
|
||||
#define LE_16(x) ((x)[0]+(256*((x)[1])))
|
||||
//#define LE_16(x) (le2me_16((x)[1]+(256*((x)[0]))))
|
||||
//#define LE_16(x) (le2me_16(*(unsigned short *)(x)))
|
||||
//#define LE_32(x) (le2me_32(*(unsigned int *)(x)))
|
||||
|
Loading…
Reference in New Issue
Block a user