mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-21 10:11:18 +00:00
Update video_processor_v4l2
This commit is contained in:
parent
c8f8917d0a
commit
b4e0f9d1c6
@ -102,7 +102,7 @@ static void audio_callback(void)
|
||||
audio_data, sizeof(audio_data) / 4);
|
||||
|
||||
for (frame = 0, i = 0; frame < frames; frame++, i += 2)
|
||||
audio_sample_cb(audio_data[i+0], audio_data[i+1]);
|
||||
VIDEOPROC_CORE_PREFIX(audio_sample_cb)(audio_data[i+0], audio_data[i+1]);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user