Format with google-java-format
This commit is contained in:
parent
a772e1525c
commit
34f50adcd2
@ -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…
x
Reference in New Issue
Block a user