mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Fix Javadoc formatting
#minor-release PiperOrigin-RevId: 423314840
This commit is contained in:
parent
41897f5f59
commit
bfd227d354
1 changed files with 1 additions and 1 deletions
|
|
@ -144,7 +144,7 @@ public final class MediaCodecUtil {
|
||||||
return decoderInfos.isEmpty() ? null : decoderInfos.get(0);
|
return decoderInfos.isEmpty() ? null : decoderInfos.get(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/**
|
||||||
* Returns all {@link MediaCodecInfo}s for the given mime type, in the order given by {@link
|
* Returns all {@link MediaCodecInfo}s for the given mime type, in the order given by {@link
|
||||||
* MediaCodecList}.
|
* MediaCodecList}.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue