diff --git a/multimedia/av_codec/native_avcodec_audiocodec.h b/multimedia/av_codec/native_avcodec_audiocodec.h index f9cbd363e7a62d68eaf1ee200f69de65500507c7..8c4e4de1d4297a00843c6bc2137d2e5b9dfc93e2 100644 --- a/multimedia/av_codec/native_avcodec_audiocodec.h +++ b/multimedia/av_codec/native_avcodec_audiocodec.h @@ -203,8 +203,8 @@ OH_AVErrCode OH_AudioCodec_Reset(OH_AVCodec *codec); * be manually released by calling {@link OH_AVFormat_Destroy}. * @syscap SystemCapability.Multimedia.Media.AudioCodec * @param codec Pointer to an OH_AVCodec instance - * @return Returns the OH_AVFormat handle pointer, the life cycle is refreshed with the next GetOutputMediaDescription, - * or destroyed with OH_AVCodec; + * @return Returns the OH_AVFormat handle pointer, the life cycle is refreshed with + * the next {@link OH_AudioCodec_GetOutputDescription}, or destroyed with OH_AVCodec; * @since 11 */ OH_AVFormat *OH_AudioCodec_GetOutputDescription(OH_AVCodec *codec);