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
Loading
Please register or sign in to comment