Fix issue ref

PiperOrigin-RevId: 396303288
This commit is contained in:
andrewlewis 2021-09-13 09:35:19 +01:00 committed by Christos Tsilopoulos
parent ff7dcbd6f2
commit d74be1780d

View File

@ -27,7 +27,7 @@
* Better handle invalid seek requests. Seeks to positions that are before * Better handle invalid seek requests. Seeks to positions that are before
the start or after the end of the media are now handled as seeks to the the start or after the end of the media are now handled as seeks to the
start and end respectively start and end respectively
([8906](https://github.com/google/ExoPlayer/issues/8906)). ([#8906](https://github.com/google/ExoPlayer/issues/8906)).
* Extractors: * Extractors:
* Support TS packets without PTS flag * Support TS packets without PTS flag
([#9294](https://github.com/google/ExoPlayer/issues/9294)). ([#9294](https://github.com/google/ExoPlayer/issues/9294)).