mirror of
https://github.com/libretro/RetroArch
synced 2025-04-07 13:23:32 +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);
|
audio_data, sizeof(audio_data) / 4);
|
||||||
|
|
||||||
for (frame = 0, i = 0; frame < frames; frame++, i += 2)
|
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