Commit b4ba9130 by ojw28 Committed by GitHub

Merge pull request #4886 from talklittle/protected-audiotrackscore

Make DefaultTrackSelector.AudioTrackScore protected
parents 6cc049f6 9b111fbd
...@@ -2141,7 +2141,7 @@ public class DefaultTrackSelector extends MappingTrackSelector { ...@@ -2141,7 +2141,7 @@ public class DefaultTrackSelector extends MappingTrackSelector {
} }
/** Represents how well an audio track matches the selection {@link Parameters}. */ /** Represents how well an audio track matches the selection {@link Parameters}. */
private static final class AudioTrackScore implements Comparable<AudioTrackScore> { protected static final class AudioTrackScore implements Comparable<AudioTrackScore> {
private final Parameters parameters; private final Parameters parameters;
private final int withinRendererCapabilitiesScore; private final int withinRendererCapabilitiesScore;
......
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