Skip to content

mmdevice: don't report headphones if not stereo

Thomas Guillem requested to merge tguillem/vlc:wasapi-headphones into master

Fixes the following assert:

vlc: ../../src/audio_output/output.c:794: aout_OutputNew: Assertion `fmt->i_physical_channels == AOUT_CHANS_STEREO' failed.

Fixes #27371 (closed)

One other way to fix this issue would to remove the assert and replace it by a strong check.

Merge request reports