mirror of
https://github.com/mpv-player/mpv
synced 2025-01-01 04:36:24 +01:00
Avoid dependency on newer pulseaudio version.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26681 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
96fa9c4e24
commit
c8b5921d06
@ -116,10 +116,14 @@ static const struct format_map_s {
|
||||
} format_maps[] = {
|
||||
{AF_FORMAT_S16_LE, PA_SAMPLE_S16LE},
|
||||
{AF_FORMAT_S16_BE, PA_SAMPLE_S16BE},
|
||||
#ifdef PA_SAMPLE_S32NE
|
||||
{AF_FORMAT_S32_LE, PA_SAMPLE_S32LE},
|
||||
{AF_FORMAT_S32_BE, PA_SAMPLE_S32BE},
|
||||
#endif
|
||||
#ifdef PA_SAMPLE_FLOAT32NE
|
||||
{AF_FORMAT_FLOAT_LE, PA_SAMPLE_FLOAT32LE},
|
||||
{AF_FORMAT_FLOAT_BE, PA_SAMPLE_FLOAT32BE},
|
||||
#endif
|
||||
{AF_FORMAT_U8, PA_SAMPLE_U8},
|
||||
{AF_FORMAT_MU_LAW, PA_SAMPLE_ULAW},
|
||||
{AF_FORMAT_A_LAW, PA_SAMPLE_ALAW},
|
||||
|
Loading…
Reference in New Issue
Block a user