Skip to content

Commit

Permalink
coreaudio: add missing chain initialisation
Browse files Browse the repository at this point in the history
  • Loading branch information
tguillem authored and jbkempf committed Dec 2, 2022
1 parent eb5bc46 commit 2700902
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/audio_output/coreaudio_common.c
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ ca_Open(audio_output_t *p_aout)
vlc_sem_init(&p_sys->flush_sem, 0);
lock_init(p_sys);
p_sys->p_out_chain = NULL;
p_sys->pp_out_last = &p_sys->p_out_chain;
p_sys->chans_to_reorder = 0;

p_aout->play = ca_Play;
Expand Down

0 comments on commit 2700902

Please sign in to comment.