From aa57a40024c6f9bd7567e6e45376de9b86d60cb4 Mon Sep 17 00:00:00 2001 From: zzm Date: Mon, 28 Jul 2025 06:51:37 +0000 Subject: [PATCH 1/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9GetOutputDescription?= =?UTF-8?q?=E6=B3=A8=E9=87=8A=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zzm --- multimedia/av_codec/native_avcodec_audiocodec.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/multimedia/av_codec/native_avcodec_audiocodec.h b/multimedia/av_codec/native_avcodec_audiocodec.h index f9cbd363e..840f07aed 100644 --- a/multimedia/av_codec/native_avcodec_audiocodec.h +++ b/multimedia/av_codec/native_avcodec_audiocodec.h @@ -203,7 +203,7 @@ 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, + * @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 */ -- Gitee From 44ee46b8d43896b19b5167ac34e586023a97a9de Mon Sep 17 00:00:00 2001 From: zzm Date: Mon, 28 Jul 2025 08:59:51 +0000 Subject: [PATCH 2/2] codecheck Signed-off-by: zzm --- multimedia/av_codec/native_avcodec_audiocodec.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/multimedia/av_codec/native_avcodec_audiocodec.h b/multimedia/av_codec/native_avcodec_audiocodec.h index 840f07aed..8c4e4de1d 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 {@link OH_AudioCodec_GetOutputDescription}, - * 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); -- Gitee