5 Mar
2025
5 Mar
'25
5:35 a.m.
This MR adds the IMFTransform interface to the mp3dmod module so that it can be used as an MFT. It also calls `MFTRegister` (so the MFT can be found via `MFTEnum`) and also registers a byte stream handler for the mp3 format. -- v2: mfsrcsnk: Register the MP3 Byte Stream Handler class. mp3dmod: Implement an IMFTransform interface. https://gitlab.winehq.org/wine/wine/-/merge_requests/7493