Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1540748 - part1 : Android decoder should throw an error when the …
…decoded sample's time is smaller than the time of first demuxed sample. r=jolin Considering that the audio sample's time is always increased, the decoded sample's time decoder returns should always be equal or larger than its demuxed time. When the decoded sample's time is smaller than the time of first demuxed sample, that time would probably cause a problem so we should throw an error for that. Differential Revision: https://phabricator.services.mozilla.com/D28167 --HG-- extra : moz-landing-system : lando
- Loading branch information