Commit ceaa76bf by ibaker Committed by Ian Baker

Move misplaced release note

PiperOrigin-RevId: 424081451
parent aceacb05
Showing with 1 additions and 1 deletions
...@@ -40,6 +40,7 @@ ...@@ -40,6 +40,7 @@
* Update video track selection logic to prefer more efficient codecs if * Update video track selection logic to prefer more efficient codecs if
multiple codecs are supported by primary, hardware-accelerated decoders multiple codecs are supported by primary, hardware-accelerated decoders
([#4835](https://github.com/google/ExoPlayer/issues/4835)). ([#4835](https://github.com/google/ExoPlayer/issues/4835)).
* Rename `DecoderCounters#inputBufferCount` to `queuedInputBufferCount`.
* Android 12 compatibility: * Android 12 compatibility:
* Upgrade the Cast extension to depend on * Upgrade the Cast extension to depend on
`com.google.android.gms:play-services-cast-framework:20.1.0`. Earlier `com.google.android.gms:play-services-cast-framework:20.1.0`. Earlier
...@@ -60,7 +61,6 @@ ...@@ -60,7 +61,6 @@
the `Format#id` field of the subtitle track created from the the `Format#id` field of the subtitle track created from the
configuration configuration
([#9673](https://github.com/google/ExoPlayer/issues/9673)). ([#9673](https://github.com/google/ExoPlayer/issues/9673)).
* Rename `DecoderCounters#inputBufferCount` to `queuedInputBufferCount`.
* DRM: * DRM:
* Remove `playbackLooper` from `DrmSessionManager.(pre)acquireSession`. * Remove `playbackLooper` from `DrmSessionManager.(pre)acquireSession`.
When a `DrmSessionManager` is used by an app in a custom `MediaSource`, When a `DrmSessionManager` is used by an app in a custom `MediaSource`,
......
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