commit | 12de2b95de10c905c0982869b0243f9916560438 | [log] [tgz] |
---|---|---|
author | wuhuang <wuhuang@huawei.com> | Fri Jan 18 17:14:03 2019 +0800 |
committer | Marco Nelissen <marcone@google.com> | Wed Jan 23 07:26:00 2019 -0800 |
tree | 823a89cd24a44bc08e8c6d371d87001f46d85498 | |
parent | 8c461da11788c07b2a5f81f07f10ce4987035178 [diff] |
mp4 extractor: Too big sample timestamp can lead to overflow Exception. seekTo in the video track will query the timestamp, PTS of the sample according to the seekTo time. The PTS value greater than UNIT_32_Max can cause the uint_32 overflow during the calculation. Test: To test the videoes that the PTS value is greater than UNIT_32_Max, find out the relative overflows in the logs. Change-Id: I796e3abcd7d0aad1614c07119a3012fc641266d8