Skip to content

Commit

Permalink
Merge pull request #621 from stream-labs/obs30-audio-crash-fix
Browse files Browse the repository at this point in the history
Fixed crash on audio processing
  • Loading branch information
summeroff authored Jan 16, 2025
2 parents 23015d6 + d1a0c9f commit e4f90f5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions libobs/obs-audio.c
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,9 @@ static void mix_audio(struct audio_data_mixes_outputs *mixes,
canvas_idx,
mix_idx,
ch);
if (!aud) {
continue;
}
register float *end;

mix += start_point;
Expand Down

0 comments on commit e4f90f5

Please sign in to comment.