Commit ea45f9ff by ibaker Committed by Christos Tsilopoulos

Remove @RequiresApi(16) from SynchronousMediaCodecAdapter

This isn't needed since the whole library's min API is already 16

PiperOrigin-RevId: 397939444
parent ad99a440
......@@ -43,7 +43,6 @@ public class SynchronousMediaCodecAdapter implements MediaCodecAdapter {
public static class Factory implements MediaCodecAdapter.Factory {
@Override
@RequiresApi(16)
public MediaCodecAdapter createAdapter(Configuration configuration) throws IOException {
@Nullable MediaCodec codec = null;
@Nullable Surface inputSurface = null;
......
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