package c.i.a.c; import c.i.a.c.i2.p; import com.google.android.exoplayer2.ExoPlaybackException; import java.util.Objects; /* compiled from: lambda */ public final /* synthetic */ class x implements Runnable { public final /* synthetic */ q0 i; public final /* synthetic */ h1 j; public /* synthetic */ x(q0 q0Var, h1 h1Var) { this.i = q0Var; this.j = h1Var; } @Override // java.lang.Runnable public final void run() { q0 q0Var = this.i; h1 h1Var = this.j; Objects.requireNonNull(q0Var); try { q0Var.e(h1Var); } catch (ExoPlaybackException e) { p.b("ExoPlayerImplInternal", "Unexpected error delivering message on external thread.", e); throw new RuntimeException(e); } } }