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.