API CHANGE: Remove the flags member from ma_data_source_vtable.

This commit is contained in:
David Reid
2026-04-29 11:30:27 +10:00
parent fcb48c585a
commit ab15b24065
3 changed files with 15 additions and 31 deletions
+1 -2
View File
@@ -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 */
};
@@ -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 */
};