MediaCodecAudioTrackRenderer.java
29.1 KB
-
Keep audio time in sync with arbitrary decodeOnly samples. · 563b434d
AudioTrack time will go out of sync if the decodeOnly flag is set of arbitrary samples (as opposed to just those following a seek). It's a pretty obscure case and it would be weird for anyone to do it, but we should be robust against it anyway.
Oliver Woodman committed