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

@ -50,7 +50,7 @@ ADTSData ParseADTS(const char* buffer) {
// Frame length flag (1 bit)
// Depends on core coder (1 bit)
// Extension flag (1 bit)
u16 MFGetAACTag(const ADTSData input) {
u16 MFGetAACTag(const ADTSData& input) {
u16 tag = 0;
tag |= input.profile << 11;