Commit d4d79071 by Oliver Woodman

Revert "Remove duplicate SCTE-35 format and add sample to TsExtractorTest"

This reverts commit 8591e69b.
parent 29118f45
...@@ -38,6 +38,8 @@ public final class SpliceInfoSectionReader implements SectionPayloadReader { ...@@ -38,6 +38,8 @@ public final class SpliceInfoSectionReader implements SectionPayloadReader {
this.timestampAdjuster = timestampAdjuster; this.timestampAdjuster = timestampAdjuster;
idGenerator.generateNewId(); idGenerator.generateNewId();
output = extractorOutput.track(idGenerator.getTrackId(), C.TRACK_TYPE_METADATA); output = extractorOutput.track(idGenerator.getTrackId(), C.TRACK_TYPE_METADATA);
output.format(Format.createSampleFormat(idGenerator.getFormatId(), MimeTypes.APPLICATION_SCTE35,
null, Format.NO_VALUE, null));
} }
@Override @Override
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment