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:
wm4 2017-07-07 17:45:24 +02:00
parent 2e1eb8b37c
commit 300097536d
1 changed files with 0 additions and 1 deletions

View File

@ -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;