Closed robUx4 closed 9 months ago
Due to this I've long since used a derived class from KaxReferenceBlock
that allows me to set the value directly instead of letting the class calculate the value from blocks.
Maybe we can use weak references in 2.0 https://en.cppreference.com/w/cpp/memory/weak_ptr ?
Fixes #176, this will need a backport.
The Block reference handling seems bogus as it thinks it owns the reference Block. It seems mkvtoolnix doesn't use this (muxing) feature so no problem there. We may fix it in 2.0 or just remove the feature.