mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-30 04:04:05 +02:00
API CHANGE: Remove the flags member from ma_data_source_vtable.
This commit is contained in:
@@ -55,8 +55,7 @@ static ma_data_source_vtable ma_gDataSourceVTable_libopus =
|
||||
ma_libopus_ds_get_data_format,
|
||||
ma_libopus_ds_get_cursor,
|
||||
ma_libopus_ds_get_length,
|
||||
NULL, /* onSetLooping */
|
||||
0 /* flags */
|
||||
NULL /* onSetLooping */
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user