media/library/core/src
olly 3c8c5a3346 Fix DefaultOggSeeker seeking
- When in STATE_SEEK with targetGranule==0, seeking would exit
  without checking that the input was positioned at the correct
  place.
- Seeking could fail due to trying to read beyond the end of the
  stream.
- Seeking was not robust against IO errors during the skip phase
  that occurs after the binary search has sufficiently converged.

PiperOrigin-RevId: 261317035
2019-08-02 17:31:07 +01:00
..
androidTest Use androidx.test and extensions. 2019-03-15 04:53:12 +00:00
main Fix DefaultOggSeeker seeking 2019-08-02 17:31:07 +01:00
test Fix DefaultOggSeeker seeking 2019-08-02 17:31:07 +01:00