Skip to content

Commit

Permalink
Enabled EMSG and CEA-608 embedded streams for DASH
Browse files Browse the repository at this point in the history
Issue: #2362
Issue: #2176

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=149524412
  • Loading branch information
ojw28 committed Mar 10, 2017
1 parent 99e19a9 commit 09471de
Show file tree
Hide file tree
Showing 4 changed files with 282 additions and 112 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
* @param trackTypes The track types of the individual track outputs.
* @param trackOutputs The individual track outputs.
*/
public BaseMediaChunkOutput(int[] trackTypes, DefaultTrackOutput... trackOutputs) {
public BaseMediaChunkOutput(int[] trackTypes, DefaultTrackOutput[] trackOutputs) {
this.trackTypes = trackTypes;
this.trackOutputs = trackOutputs;
}
Expand Down
Loading

0 comments on commit 09471de

Please sign in to comment.