mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Format with google-java-format
This commit is contained in:
parent
a772e1525c
commit
34f50adcd2
1 changed files with 4 additions and 6 deletions
|
|
@ -490,9 +490,7 @@ public class MediaCodecVideoRenderer extends MediaCodecRenderer
|
||||||
}
|
}
|
||||||
|
|
||||||
public static @Capabilities int rendererSupportsFormat(
|
public static @Capabilities int rendererSupportsFormat(
|
||||||
Context context,
|
Context context, MediaCodecSelector mediaCodecSelector, Format format)
|
||||||
MediaCodecSelector mediaCodecSelector,
|
|
||||||
Format format)
|
|
||||||
throws DecoderQueryException {
|
throws DecoderQueryException {
|
||||||
String mimeType = format.sampleMimeType;
|
String mimeType = format.sampleMimeType;
|
||||||
if (!MimeTypes.isVideo(mimeType)) {
|
if (!MimeTypes.isVideo(mimeType)) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue