On Thu, Feb 24, 2022 at 12:48:58PM +0100, Clément Bœsch wrote:
> The main patch is now less intrusive by having the index building
> related lists (sample_offsets and open_key_samples) and variable
> (min_sample_duration) computed in the same place. This is a better
> segmentation between pure pars
The main patch is now less intrusive by having the index building
related lists (sample_offsets and open_key_samples) and variable
(min_sample_duration) computed in the same place. This is a better
segmentation between pure parsing and the index logic. The patch should
be easier to understand too.