1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-13 18:36:09 +00:00

le2me_32 is not necessary, tested by Diego on BE machine

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17861 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
rathann 2006-03-14 00:02:42 +00:00
parent aa7b6d56f2
commit a3570cb3d7

View File

@ -741,7 +741,7 @@ static void lschunks(demuxer_t* demuxer,int level,off_t endpos,mov_track_t* trak
if ((len >= 22) &&
(char2int(trak->stdata,52+16)==MOV_FOURCC('e','n','d','a')) &&
(char2short(trak->stdata,52+20))) {
sh->format=le2me_32(char2int(trak->stdata,52+8));
sh->format=char2int(trak->stdata,52+8);
mp_msg(MSGT_DEMUX, MSGL_V, "MOV: Found little endian PCM data, reversed fourcc:%04x\n", sh->format);
}
break;