mirror of
https://github.com/samsonjs/media.git
synced 2026-04-06 11:25:46 +00:00
Revert "Remove duplicate SCTE-35 format and add sample to TsExtractorTest"
This reverts commit 8591e69b6a.
This commit is contained in:
parent
29118f4586
commit
d4d7907193
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Reference in a new issue