From 300097536d1de5beea286e8c8b492370333462b0 Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 7 Jul 2017 17:45:24 +0200 Subject: 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. --- audio/out/ao_pcm.c | 1 - 1 file changed, 1 deletion(-) (limited to 'audio') diff --git a/audio/out/ao_pcm.c b/audio/out/ao_pcm.c index 51a0aa699f..a36b71fa16 100644 --- a/audio/out/ao_pcm.c +++ b/audio/out/ao_pcm.c @@ -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; -- cgit v1.2.3