François Cartegnie pushed to branch master at VideoLAN / VLC


Commits:
94d080e3 by Thomas Guillem at 2024-02-29T13:27:47+00:00
audiounit_ios: remove unused variable

- - - - -


1 changed file:

- modules/audio_output/audiounit_ios.m


Changes:

=====================================
modules/audio_output/audiounit_ios.m
=====================================
@@ -548,7 +548,6 @@ Start(audio_output_t *p_aout, audio_sample_format_t 
*restrict fmt)
     aout_sys_t *p_sys = p_aout->sys;
     OSStatus err;
     OSStatus status;
-    AudioChannelLayout *layout = NULL;
 
     if (aout_FormatNbChannels(fmt) == 0 || AOUT_FMT_HDMI(fmt))
         return VLC_EGENERIC;
@@ -647,7 +646,6 @@ Start(audio_output_t *p_aout, audio_sample_format_t 
*restrict fmt)
     if (p_sys->b_muted)
         Pause(p_aout, true, 0);
 
-    free(layout);
     fmt->channel_type = AUDIO_CHANNEL_TYPE_BITMAP;
     p_aout->pause = Pause;
 



View it on GitLab: 
https://code.videolan.org/videolan/vlc/-/commit/94d080e3e4ab4d7626190554d30e2eedc98ede74

-- 
View it on GitLab: 
https://code.videolan.org/videolan/vlc/-/commit/94d080e3e4ab4d7626190554d30e2eedc98ede74
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance
_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to