Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix crash on null output device
  • Loading branch information
ars-ka0s committed Sep 25, 2023
commit 27e0d4a9a03a414843bee2b6155acb2844e6847b
2 changes: 1 addition & 1 deletion src/audio.c
Original file line number Diff line number Diff line change
Expand Up @@ -527,8 +527,8 @@ int audio_open (struct audio_s *pa)
audio_out_name);
return (-1);
}
break;
#endif
break;

case AUDIO_OUT_TYPE_SDR_UDP:;

Expand Down