[vlc-commits] [Git][videolan/vlc][master] kai: remove unused variables
Jean-Baptiste Kempf (@jbk)
gitlab at videolan.org
Wed Dec 31 14:46:06 UTC 2025
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC
Commits:
47c7da6c by KO Myung-Hun at 2025-12-31T11:42:04+09:00
kai: remove unused variables
- - - - -
1 changed file:
- modules/audio_output/kai.c
Changes:
=====================================
modules/audio_output/kai.c
=====================================
@@ -129,7 +129,6 @@ static int Start ( audio_output_t *p_aout, audio_sample_format_t *fmt )
KAISPEC ks_wanted, ks_obtained;
int i_nb_channels;
int i_bytes_per_frame;
- vlc_value_t val, text;
audio_sample_format_t format = *fmt;
if( aout_FormatNbChannels( fmt ) == 0 )
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/47c7da6c9b06bc8ee4957e13a3167cd5c4465b39
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/47c7da6c9b06bc8ee4957e13a3167cd5c4465b39
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