Commit 8669d6dc by olly Committed by Toni

Fix missing import

PiperOrigin-RevId: 249298093
parent 3efe3205
...@@ -18,6 +18,7 @@ package com.google.android.exoplayer2.ext.rtmp; ...@@ -18,6 +18,7 @@ package com.google.android.exoplayer2.ext.rtmp;
import static com.google.android.exoplayer2.util.Util.castNonNull; import static com.google.android.exoplayer2.util.Util.castNonNull;
import android.net.Uri; import android.net.Uri;
import androidx.annotation.Nullable;
import com.google.android.exoplayer2.C; import com.google.android.exoplayer2.C;
import com.google.android.exoplayer2.ExoPlayerLibraryInfo; import com.google.android.exoplayer2.ExoPlayerLibraryInfo;
import com.google.android.exoplayer2.upstream.BaseDataSource; import com.google.android.exoplayer2.upstream.BaseDataSource;
......
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