mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-10 06:36:24 +01:00
AUP3: Better orphan block handling
This replaces my previous attempt since it didn't account for all the situations where orphans blocks could occur.
This commit is contained in:
@@ -25,7 +25,6 @@ using SampleBlockFactoryPtr = std::shared_ptr<SampleBlockFactory>;
|
||||
using SampleBlockFactoryFactory =
|
||||
std::function< SampleBlockFactoryPtr( AudacityProject& ) >;
|
||||
|
||||
//using SampleBlockID = sqlite3_int64; // Trying not to depend on sqlite headers
|
||||
using SampleBlockID = long long;
|
||||
|
||||
class MinMaxRMS
|
||||
|
||||
Reference in New Issue
Block a user