Fix misc issues

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=150610549
This commit is contained in:
olly 2017-03-20 03:56:53 -07:00 committed by Oliver Woodman
parent ce55d1a712
commit f9767940cc
2 changed files with 98 additions and 99 deletions

View File

@ -109,8 +109,7 @@ public class DefaultDashChunkSource implements DashChunkSource {
* data ranges are adjacent.
* @param enableEventMessageTrack Whether the chunks generated by the source may output an event
* message track.
* @param enableEventMessageTrack Whether the chunks generated by the source may output a CEA-608
* track.
* @param enableCea608Track Whether the chunks generated by the source may output a CEA-608 track.
*/
public DefaultDashChunkSource(LoaderErrorThrower manifestLoaderErrorThrower,
DashManifest manifest, int periodIndex, int adaptationSetIndex, TrackSelection trackSelection,