media/libraries/extractor/src
tonihei ec13c42800 Do not trim audio samples by changing their timestamp
MP4 edit lists sometimes ask to start playback between two samples.
If this happens, we currently change the timestamp of the first
sample to zero to trim it (e.g. to display the first frame for a
slightly shorter period of time). However, we can't do this to audio
samples are they have an inherent duration and trimming them this
way is not possible.

PiperOrigin-RevId: 543420218
(cherry picked from commit 2322462404)
2023-06-26 13:26:35 +00:00
..
main Do not trim audio samples by changing their timestamp 2023-06-26 13:26:35 +00:00
test Override ParserException#getMessage 2023-06-12 09:13:53 +00:00