Open timholy opened 6 years ago
Just noting that this is still an issue here.
I never answered @timholy's original message (sorry!), but I think that editing the source and creating a patch file (this is how the patch files were created) is the right way. That way, when someone tries to rerun the wrap script, they should "just" be able to apply the patch to get the corrected value.
I noticed that in
AVIndexEntry
,flags
andsize
should be a bitfield union, and that our currentstruct
(e.g., here) is therefore too large by oneCint
. How would you like to fix this? Create patch files or directly edit the source?