Commit b3dc0593 by sneelavara Committed by Ian Baker

Modified the Cea608Decoder constructor

parent f4f13d91
...@@ -109,7 +109,7 @@ public interface SubtitleDecoderFactory { ...@@ -109,7 +109,7 @@ public interface SubtitleDecoderFactory {
return new Tx3gDecoder(format.initializationData); return new Tx3gDecoder(format.initializationData);
case MimeTypes.APPLICATION_CEA608: case MimeTypes.APPLICATION_CEA608:
case MimeTypes.APPLICATION_MP4CEA608: case MimeTypes.APPLICATION_MP4CEA608:
return new Cea608Decoder(mimeType, format.accessibilityChannel return new Cea608Decoder(mimeType, format.accessibilityChannel,
16000L, Clock.DEFAULT); 16000L, Clock.DEFAULT);
case MimeTypes.APPLICATION_CEA708: case MimeTypes.APPLICATION_CEA708:
return new Cea708Decoder(format.accessibilityChannel, format.initializationData); return new Cea708Decoder(format.accessibilityChannel, format.initializationData);
......
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