mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-11-10 22:05:06 +00:00
obs-source: Fix additional compiler warnings
This commit is contained in:
parent
ad22341ab0
commit
8ebdde5d36
1 changed files with 1 additions and 1 deletions
|
@ -286,7 +286,7 @@ void obs::source::handle_audio_mixers(void* p, calldata_t* calldata)
|
|||
calldata_set_int(calldata, "mixers", mixers);
|
||||
}
|
||||
|
||||
void obs::source::handle_audio_data(void* p, obs_source_t* source, const audio_data* audio, bool muted)
|
||||
void obs::source::handle_audio_data(void* p, obs_source_t*, const audio_data* audio, bool muted)
|
||||
{
|
||||
obs::source* self = reinterpret_cast<obs::source*>(p);
|
||||
if (!self->events.audio_data) {
|
||||
|
|
Loading…
Reference in a new issue