commit | d3b761d13563b22de6ad58ad5183a925a022c671 | [log] [tgz] |
---|---|---|
author | Iris Chang <iris.chang@mediatek.com> | Tue Jan 15 18:41:50 2019 +0800 |
committer | Marco Nelissen <marcone@google.com> | Mon Jun 03 17:55:09 2019 +0000 |
tree | c3e5718da5d55c159236213253e87c7acd3ff7c8 | |
parent | 35b711dc89f31ab034606a95ce67e3d4629fe38c [diff] |
Attemp to make mkv's AAC CSD data if codecprivate is short Some mkv file's AAC codecprivate is incomplete, so CHECK(codecPrivateSize >= 2) fails and it results in a native exception. Our solution is to make it skip the track. Bug: 132738230 Test: Test a mkv file whose AAC codecprivate is short and check if native exception occurs. Change-Id: Ia8cdd863df1bd1e7570cc3b509d1d76d52d76be6