Skip to content

Commit

Permalink
Add release notes and re-format
Browse files Browse the repository at this point in the history
  • Loading branch information
tianyif committed Sep 18, 2023
1 parent c0b729b commit fa9adcd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@
* Renamed `onExperimentalSleepingForOffloadChanged` as
`onSleepingForOffloadChanged` and `onExperimentalOffloadedPlayback` as
`onOffloadedPlayback`.
* Fix DTS Express audio buffer underflow issue
([#650](https:/androidx/media/pull/650)).
* Video:
* Text:
* Metadata:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ public class DefaultAudioTrackBufferSizeProvider
private static final int DTSHD_BUFFER_MULTIPLICATION_FACTOR = 4;

/** A builder to create {@link DefaultAudioTrackBufferSizeProvider} instances. */

public static class Builder {

private int minPcmBufferDurationUs;
Expand Down

0 comments on commit fa9adcd

Please sign in to comment.