mirror of
https://github.com/samsonjs/media.git
synced 2026-03-27 09:45:47 +00:00
Update TODO link for shrinking workaround in DefaultExtractorsFactory
PiperOrigin-RevId: 545930708
This commit is contained in:
parent
2250ffe6c8
commit
06a791620e
1 changed files with 1 additions and 1 deletions
|
|
@ -130,7 +130,7 @@ public final class DefaultExtractorsFactory implements ExtractorsFactory {
|
|||
private @Mp3Extractor.Flags int mp3Flags;
|
||||
private @TsExtractor.Mode int tsMode;
|
||||
private @DefaultTsPayloadReaderFactory.Flags int tsFlags;
|
||||
// TODO (b/260245332): Initialize tsSubtitleFormats in constructor once shrinking bug is fixed.
|
||||
// TODO (b/261183220): Initialize tsSubtitleFormats in constructor once shrinking bug is fixed.
|
||||
@Nullable private ImmutableList<Format> tsSubtitleFormats;
|
||||
private int tsTimestampSearchBytes;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue