Commit 5345702e by olly Committed by Oliver Woodman

Improve formatting in demo app track selector

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=129080823
parent 02a79f8c
......@@ -46,7 +46,7 @@ import java.util.Locale;
private final MappingTrackSelector selector;
private final TrackSelection.Factory adaptiveVideoTrackSelectionFactory;
private TrackInfo trackInfo;
private int rendererIndex;
private TrackGroupArray trackGroups;
......@@ -336,7 +336,7 @@ import java.util.Locale;
}
private static String buildTrackIdString(Format format) {
return format.id == null ? "" : " (" + format.id + ")";
return format.id == null ? "" : ("id:" + format.id);
}
}
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