mirror of
https://github.com/samsonjs/media.git
synced 2026-04-08 11:45:51 +00:00
Rebase and resolve conflict in the release notes
This commit is contained in:
parent
215f663019
commit
49f45c45d1
2 changed files with 2 additions and 1 deletions
|
|
@ -11,6 +11,8 @@
|
|||
stays at its current behavior of `true`.
|
||||
* Extractors:
|
||||
* Audio:
|
||||
* Fix DTS Express audio buffer underflow issue
|
||||
([#650](https://github.com/androidx/media/pull/650)).
|
||||
* Video:
|
||||
* Text:
|
||||
* Remove `ExoplayerCuesDecoder`. Text tracks with `sampleMimeType =
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue