diff --git a/media/java/android/media/MediaFormat.java b/media/java/android/media/MediaFormat.java index e2825bb5fe9b1..b5cebe32ffdc1 100644 --- a/media/java/android/media/MediaFormat.java +++ b/media/java/android/media/MediaFormat.java @@ -72,7 +72,6 @@ import java.util.Map; * {@link #KEY_AAC_DRC_ATTENUATION_FACTOR}Integerdecoder-only, optional, if content is AAC audio, specifies the DRC attenuation factor. * {@link #KEY_AAC_DRC_HEAVY_COMPRESSION}Integerdecoder-only, optional, if content is AAC audio, specifies whether to use heavy compression. * {@link #KEY_AAC_MAX_OUTPUT_CHANNEL_COUNT}Integerdecoder-only, optional, if content is AAC audio, specifies the maximum number of channels the decoder outputs. - * {@link #}Integerdecoder-only, optional, if content is AAC audio, specifies . * {@link #KEY_CHANNEL_MASK}Integeroptional, a mask of audio channel assignments * {@link #KEY_FLAC_COMPRESSION_LEVEL}Integerencoder-only, optional, if content is FLAC audio, specifies the desired compression level. *