mirror of
https://github.com/androidx/media.git
synced 2025-05-16 03:59:54 +08:00
Remove invalid documentation that causes javadoc to crash
PiperOrigin-RevId: 322311636
This commit is contained in:
parent
53d12747e5
commit
3198c51bdb
@ -83,7 +83,7 @@ public final class MediaFormatUtil {
|
||||
*
|
||||
* @param format The {@link MediaFormat} being configured.
|
||||
* @param key The key to set.
|
||||
* @param value The {@link byte[]} that will be wrapped to obtain the value.
|
||||
* @param value The byte array that will be wrapped to obtain the value.
|
||||
*/
|
||||
public static void maybeSetByteBuffer(MediaFormat format, String key, @Nullable byte[] value) {
|
||||
if (value != null) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user