summaryrefslogtreecommitdiff
path: root/libavdevice/sndio_common.c
Commit message (Collapse)AuthorAge
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
|
* sndio bug fixBrad2011-03-29
| | | | | | | | 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. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
* sndio support for playback and recordBrad2011-03-27
Signed-off-by: Anton Khirnov <anton@khirnov.net>