mirror of
https://github.com/samsonjs/media.git
synced 2026-04-01 10:35:48 +00:00
Remove unnecessary throws clause
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=156061458
This commit is contained in:
parent
929ef172a0
commit
9a7306a4cc
1 changed files with 1 additions and 1 deletions
|
|
@ -237,7 +237,7 @@ public abstract class MediaCodecRenderer extends BaseRenderer {
|
|||
}
|
||||
|
||||
@Override
|
||||
public final int supportsMixedMimeTypeAdaptation() throws ExoPlaybackException {
|
||||
public final int supportsMixedMimeTypeAdaptation() {
|
||||
return ADAPTIVE_NOT_SEAMLESS;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue