From 09f54c3712038c10603baf9c09b69401a78bcb68 Mon Sep 17 00:00:00 2001 From: David Reid Date: Tue, 29 Mar 2022 09:35:54 +1000 Subject: [PATCH] Update revision history. --- CHANGES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 1dc6c383..745340e4 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,8 @@ v0.11.9 - TBD ==================== * Fix some bugs where looping doesn't work with the resource manager. +* Add a new flag called MA_RESOURCE_MANAGER_DATA_SOURCE_FLAG_UNKNOWN_LENGTH for use with resource managed data sources. This flag is used as a hint to the resource manager that the length of the data source is unknown and calling ma_data_source_get_length_in_pcm_frames() should be avoided. + v0.11.8 - 2022-02-12