mirror of
https://github.com/mpv-player/mpv
synced 2025-03-06 14:17:46 +00:00
ao_alsa: add double to sample format list
This commit is contained in:
parent
09c61e0a45
commit
7eacfdcd25
@ -210,6 +210,7 @@ static const int mp_to_alsa_format[][2] = {
|
||||
{AF_FORMAT_S24,
|
||||
MP_SELECT_LE_BE(SND_PCM_FORMAT_S24_3LE, SND_PCM_FORMAT_S24_3BE)},
|
||||
{AF_FORMAT_FLOAT, SND_PCM_FORMAT_FLOAT},
|
||||
{AF_FORMAT_DOUBLE, SND_PCM_FORMAT_FLOAT64},
|
||||
{AF_FORMAT_UNKNOWN, SND_PCM_FORMAT_UNKNOWN},
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user