wasapi: add 24bits support
commitd03ce65f43853af0f02c686a96e98ea5b928ef7f
authorThomas Guillem <thomas@gllm.fr>
Wed, 23 Oct 2019 11:32:36 +0000 (23 13:32 +0200)
committerThomas Guillem <thomas@gllm.fr>
Wed, 11 Dec 2019 14:43:21 +0000 (11 15:43 +0100)
tree87ce3e9b64ad94d88e1cadcdaabab34bdf21bf51
parente04d648aa70add6cf71187bc10800e6c5371bd33
wasapi: add 24bits support

But don't use VLC_CODEC_S24N as this fourcc is not handled by any audio
filters. Instead, request VLC_CODEC_S32N to VLC and do the conversion
internally.

This commit is needed by the next commit since some sound cards only support
24bits.
modules/audio_output/wasapi.c