mirror of
https://github.com/samsonjs/media.git
synced 2026-03-26 09:35:47 +00:00
Remove @RequiresApi(16) from SynchronousMediaCodecAdapter
This isn't needed since the whole library's min API is already 16 PiperOrigin-RevId: 397939444
This commit is contained in:
parent
ad99a44083
commit
ea45f9ffb8
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue