Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid triggering DCHECK() on playback end (#4620)
Calling DecoderBuffer::timestamp() on end of stream buffers triggers DCHECK(). Now EOS buffers are explicitly checked for before calling timestamp() in StarboardRenderer::OnDemuxerStreamRead(), to avoid a DCHECK() triggered in Devel build when playback finishes. b/326652276
- Loading branch information