mirror of
https://github.com/mpv-player/mpv
synced 2024-12-22 06:42:03 +00:00
ao_pcm: drop AF_FORMAT_S24 usage
I'd actually be somewhat interested in supporting this, as it could help testing the S24 conversion code. But then again it's only a pain, there's no immediate need, and it would require new options to make ao_pcm.c select this output format at all.
This commit is contained in:
parent
2e1eb8b37c
commit
300097536d
@ -130,7 +130,6 @@ static int init(struct ao *ao)
|
||||
switch (ao->format) {
|
||||
case AF_FORMAT_U8:
|
||||
case AF_FORMAT_S16:
|
||||
case AF_FORMAT_S24:
|
||||
case AF_FORMAT_S32:
|
||||
case AF_FORMAT_FLOAT:
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user