mirror of
https://github.com/samsonjs/media.git
synced 2026-03-29 10:05:48 +00:00
Remove invalid documentation that causes javadoc to crash
PiperOrigin-RevId: 322311636
This commit is contained in:
parent
53d12747e5
commit
3198c51bdb
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue