mirror of
https://github.com/mackron/miniaudio.git
synced 2026-06-16 11:12:42 +02:00
API CHANGE: Remove the flags member from ma_data_source_vtable.
This commit is contained in:
@@ -58,8 +58,7 @@ static ma_data_source_vtable ma_gDataSourceVTable_libvorbis =
|
||||
ma_libvorbis_ds_get_data_format,
|
||||
ma_libvorbis_ds_get_cursor,
|
||||
ma_libvorbis_ds_get_length,
|
||||
NULL, /* onSetLooping */
|
||||
0 /* flags */
|
||||
NULL /* onSetLooping */
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user