audio_core: hle: mf: address yet another batch of reviews

This commit is contained in:
liushuyu 2019-02-09 11:59:00 -07:00
parent ab1f47ed15
commit 6281660844
5 changed files with 41 additions and 29 deletions

View file

@ -20,4 +20,4 @@ ADTSData ParseADTS(const char* buffer);
// last two bytes of MF AAC decoder user data
// see https://docs.microsoft.com/en-us/windows/desktop/medfound/aac-decoder#example-media-types
u16 MFGetAACTag(const ADTSData input);
u16 MFGetAACTag(const ADTSData& input);