On Thu Mar 21 05:05:06 2024 +0000, Zebediah Figura wrote:
Ech, this is... not great, sorry :-/ Documentation suggests that the builtin AAC encoder should have a MF_MT_USER_DATA in its media type. Is this wrong? Or is the application plugging its own AAC encoder? Or stripping that attribute? If we really need this I prefer to have the code in Wine manually, assuming it's deemed safe.
The AAC encoder does not require the `MF_MT_USER_DATA` attribute, if it's missing it will simply generate one from other attributes.