Merge pull request #4886 from talklittle/protected-audiotrackscore
Make DefaultTrackSelector.AudioTrackScore protected
This commit is contained in:
commit
b4ba913008
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user