OSDN Git Service

sndio: allow any endianness when recording
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>
Tue, 29 Mar 2011 18:20:29 +0000 (20:20 +0200)
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>
Tue, 29 Mar 2011 18:21:47 +0000 (20:21 +0200)
commit1862778732f35a198ff52bf6c2f41d20f4ea0f6b
tree3099de8e97315641fccc5d343959433337513959
parente76c0c6a00b4530f2939602204520c7eabf5efdf
sndio: allow any endianness when recording

Since the code already supports both little- and big-endian
audio for recording, do not fail just because the endianness is not
what we expect.
It is possible that 8-bit recording would not have worked at all on
some systems without that change.
libavdevice/sndio_common.c