package c.i.a.c.f2; import com.google.android.exoplayer2.trackselection.DefaultTrackSelector; import java.util.Comparator; /* compiled from: lambda */ public final /* synthetic */ class c implements Comparator { public static final /* synthetic */ c i = new c(); @Override // java.util.Comparator public final int compare(Object obj, Object obj2) { Integer num = (Integer) obj; Integer num2 = (Integer) obj2; int[] iArr = DefaultTrackSelector.f2236c; if (num.intValue() == -1) { return num2.intValue() == -1 ? 0 : -1; } if (num2.intValue() == -1) { return 1; } return num.intValue() - num2.intValue(); } }