[vlc-commits] [Git][videolan/vlc][master] adummy: add missing VLC_CODEC_DTSHD
Jean-Baptiste Kempf (@jbk)
gitlab at videolan.org
Thu Apr 28 17:59:27 UTC 2022
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC
Commits:
b95d8211 by Thomas Guillem at 2022-04-28T17:47:39+00:00
adummy: add missing VLC_CODEC_DTSHD
Fixes #26882
- - - - -
1 changed file:
- modules/audio_output/adummy.c
Changes:
=====================================
modules/audio_output/adummy.c
=====================================
@@ -109,6 +109,7 @@ static int Start(audio_output_t *aout, audio_sample_format_t *restrict fmt)
fmt->i_frame_length = 1;
break;
case VLC_CODEC_DTS:
+ case VLC_CODEC_DTSHD:
case VLC_CODEC_TRUEHD:
case VLC_CODEC_MLP:
fmt->i_format = VLC_CODEC_SPDIFL;
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/b95d8211587fd362e755a4d23bc1d004d95dec10
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/b95d8211587fd362e755a4d23bc1d004d95dec10
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
More information about the vlc-commits
mailing list