On Wed Jan 17 22:58:05 2024 +0000, Rémi Bernon wrote:
Ok, well it definitely looked like it was :) Anyway, I don't think the name really matters here and `parent` seems more consistent with the other similar parsing functions.
I think using the chunk type is more common, for example:
```c static HRESULT parse_track_list(struct segment *This, IStream *stream, const struct chunk_entry *trkl) ```
in segment.c