Commit bcb51ec1 by olly Committed by Oliver Woodman

Move matroska lacing into 2.11

PiperOrigin-RevId: 284576903
parent 539a1ac2
Showing with 2 additions and 2 deletions
...@@ -2,8 +2,6 @@ ...@@ -2,8 +2,6 @@
### dev-v2 (not yet released) ### ### dev-v2 (not yet released) ###
* Matroska: Support lacing in Blocks
([#3026](https://github.com/google/ExoPlayer/issues/3026)).
* Add Java FLAC extractor * Add Java FLAC extractor
([#6406](https://github.com/google/ExoPlayer/issues/6406)). ([#6406](https://github.com/google/ExoPlayer/issues/6406)).
This extractor does not support seeking and live streams. If This extractor does not support seeking and live streams. If
...@@ -140,6 +138,8 @@ ...@@ -140,6 +138,8 @@
* Fix issue where streams could get stuck in an infinite buffering state * Fix issue where streams could get stuck in an infinite buffering state
after a postroll ad after a postroll ad
([#6314](https://github.com/google/ExoPlayer/issues/6314)). ([#6314](https://github.com/google/ExoPlayer/issues/6314)).
* Matroska: Support lacing in Blocks
([#3026](https://github.com/google/ExoPlayer/issues/3026)).
* AV1 extension: * AV1 extension:
* New in this release. The AV1 extension allows use of the * New in this release. The AV1 extension allows use of the
[libgav1 software decoder](https://chromium.googlesource.com/codecs/libgav1/) [libgav1 software decoder](https://chromium.googlesource.com/codecs/libgav1/)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment