mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-22 00:06:59 +02:00
API CHANGE: Remove mapping from data sources.
This has proven to be exceptionally un-useful in practice and the maintenance cost just isn't worth it.
This commit is contained in:
@@ -75,8 +75,6 @@ static ma_data_source_vtable g_ma_libopus_ds_vtable =
|
||||
{
|
||||
ma_libopus_ds_read,
|
||||
ma_libopus_ds_seek,
|
||||
NULL, /* onMap() */
|
||||
NULL, /* onUnmap() */
|
||||
ma_libopus_ds_get_data_format,
|
||||
ma_libopus_ds_get_cursor,
|
||||
ma_libopus_ds_get_length
|
||||
|
||||
Reference in New Issue
Block a user