Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/streamlabs' into fix_build_upmerged
Browse files Browse the repository at this point in the history
  • Loading branch information
summeroff committed Jan 22, 2025
2 parents ddb87ba + e4f90f5 commit 274679c
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 274679c

Please sign in to comment.