1
mirror of https://code.videolan.org/videolan/vlc synced 2024-07-21 07:24:15 +02:00

aout: adummy: force bitmap channel type

This commit is contained in:
Thomas Guillem 2017-07-19 11:49:13 +02:00
parent 9e80adbc31
commit d57fc2bb0a

View File

@ -67,6 +67,7 @@ static int Start(audio_output_t *aout, audio_sample_format_t *restrict fmt)
else
fmt->i_format = HAVE_FPU ? VLC_CODEC_FL32 : VLC_CODEC_S16N;
fmt->channel_type = AUDIO_CHANNEL_TYPE_BITMAP;
return VLC_SUCCESS;
}