commit | 9119ddd19ecf1ec69909d19fb4b1f60e8e7fa61c | [log] [tgz] |
---|---|---|
author | Iris Chang <iris.chang@mediatek.com> | Mon Jan 28 10:59:48 2019 +0800 |
committer | Marco Nelissen <marcone@google.com> | Thu Feb 28 13:33:22 2019 -0800 |
tree | ede667c7ec8cb6b7cfe1f5fe8d884a7d1f5c6c7d | |
parent | 5cca289e013fa627b0ec9b50f6d96c76371572c3 [diff] |
MKV supports MP3 audio whose CodecID is A_MS/ACM CodecID for MKV MP3 audio is not only A_MPEG/L3, but also AMS_ACM. When CodecID is AMS_ACM, we should check format ID and the file is MP3 if format ID is 0x0055. Need to support this MP3 type. Bug: 123594233 Test: Test MKV file whose audio CodecID is AMS_ACM and format ID is 0x0055, and check if the MP3 audio can be played. Change-Id: I15129e276b19338dc4f3f09eee6020aca5a5fa8e