Skip to content

Commit

Permalink
Merge pull request #4886 from talklittle/protected-audiotrackscore
Browse files Browse the repository at this point in the history
Make DefaultTrackSelector.AudioTrackScore protected
  • Loading branch information
ojw28 authored Oct 1, 2018
2 parents 6cc049f + 9b111fb commit b4ba913
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2141,7 +2141,7 @@ private static Point getMaxVideoSizeInViewport(boolean orientationMayChange, int
}

/** 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 int withinRendererCapabilitiesScore;
Expand Down

0 comments on commit b4ba913

Please sign in to comment.