mirror of
https://github.com/samsonjs/media.git
synced 2026-03-27 09:45:47 +00:00
Remove unnecessary exceptions in method signature
PiperOrigin-RevId: 278327151
This commit is contained in:
parent
880b879e8c
commit
bd61b63ebc
1 changed files with 1 additions and 2 deletions
|
|
@ -68,8 +68,7 @@ import java.util.List;
|
|||
}
|
||||
|
||||
@Override
|
||||
protected boolean readHeaders(ParsableByteArray packet, long position, SetupData setupData)
|
||||
throws IOException, InterruptedException {
|
||||
protected boolean readHeaders(ParsableByteArray packet, long position, SetupData setupData) {
|
||||
byte[] data = packet.data;
|
||||
if (streamMetadata == null) {
|
||||
streamMetadata = new FlacStreamMetadata(data, 17);
|
||||
|
|
|
|||
Loading…
Reference in a new issue