From e671f8b902984ee2931e92e4573a7bc88c11a63c Mon Sep 17 00:00:00 2001 From: "di1028.wu" Date: Wed, 11 Oct 2023 16:20:13 +0800 Subject: [PATCH] Add more detail description for esplusplayer_set_video_stream_rotation_info API --- include/esplusplayer_capi/esplusplayer_capi.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/esplusplayer_capi/esplusplayer_capi.h b/include/esplusplayer_capi/esplusplayer_capi.h index 2fea67b..b22de8e 100755 --- a/include/esplusplayer_capi/esplusplayer_capi.h +++ b/include/esplusplayer_capi/esplusplayer_capi.h @@ -3827,10 +3827,10 @@ int esplusplayer_set_app_info_ex(esplusplayer_handle handle, const esplusplayer_app_info_ex* app_info); /** - * @brief Set the rotate angle of the video stream to video sink. - * The rotate angle will be delivered to video render control. + * @brief Set the rotate angle of the video stream. + * The rotate angle will be delivered to display driver module. * In Pogo-Pin Camera Video Call scenario, encoder needs to get the rotate angle - * from video render control to do encoding + * from display driver module control to do encoding * @remark This API will not actually rotate the video display * @param [in] handle : esplusplayer handle. * @param [in] rotation : the rotate angle of the video. -- 2.7.4