commit | 4c7b61e7e26d69133800d4bc4191fa2c34c22926 | [log] [tgz] |
---|---|---|
author | Iris Chang <iris.chang@mediatek.com> | Mon Mar 11 19:33:03 2019 +0800 |
committer | Marco Nelissen <marcone@google.com> | Tue Apr 16 21:57:05 2019 +0000 |
tree | a096492d417c44bcdde1356d865a92513ac2c192 | |
parent | 654438952d760d80986270db81d498f1b6e110b4 [diff] |
mkv support more audio codec mkv support audio codec as bellow: codecID: A_MPEG/L2 (mp2 audio) codecID: A_PCM/INT/LIT and A_PCM/INT/BIG (pcm audio) codecID: A_MS/ACM We can check the supported type in MKVWave2MIME function, including mp2, mp3, pcm, adpcm.wma Bug: 128470241 Test: play the files with new supported codecs and check if they can be played normally. Change-Id: Id92303b42ef763d1ce08a3c96265eda69622c79d (cherry picked from commit 7f20f58a4b4b38327092954a67ce25dd056d5c82)