mov: Fix little endian audio detection
authorVittorio Giovara <vittorio.giovara@gmail.com>
Fri, 13 Mar 2015 19:45:14 +0000 (19:45 +0000)
committerVittorio Giovara <vittorio.giovara@gmail.com>
Tue, 19 May 2015 11:05:23 +0000 (12:05 +0100)
commit8ae4d4e117626313e0b7df746e82de84d00d160a
treee9a447f28971a972c8437860aa0d7db604aa4ace
parent2af720fe5f0418612a8fc26b0147a0e10414fcbe
mov: Fix little endian audio detection

Set this field to TRUE if the audio component is to operate on
little-endian data, and FALSE otherwise.

However TRUE and FALSE are not defined. Since this flag is just a boolean,
interpret all values except for 0 as little endian.

Sample-Id: 64bit_FLOAT_Little_Endian.mov
libavformat/mov.c