mirror of
https://github.com/androidx/media.git
synced 2025-05-18 13:09:56 +08:00
Revert "Remove duplicate SCTE-35 format and add sample to TsExtractorTest"
This reverts commit 8591e69b6a40162ffc801a1569549ca826606cc5.
This commit is contained in:
parent
29118f4586
commit
d4d7907193
@ -38,6 +38,8 @@ public final class SpliceInfoSectionReader implements SectionPayloadReader {
|
||||
this.timestampAdjuster = timestampAdjuster;
|
||||
idGenerator.generateNewId();
|
||||
output = extractorOutput.track(idGenerator.getTrackId(), C.TRACK_TYPE_METADATA);
|
||||
output.format(Format.createSampleFormat(idGenerator.getFormatId(), MimeTypes.APPLICATION_SCTE35,
|
||||
null, Format.NO_VALUE, null));
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
x
Reference in New Issue
Block a user