From 11ce59a8dcc75921818a41e4d6fb1eb45b7cb4d2 Mon Sep 17 00:00:00 2001 From: dushuai Date: Tue, 16 Nov 2021 11:28:42 +0800 Subject: [PATCH 1/2] FIX: Wrong character --- .../main/java/com/cicada/player/nativeclass/PlayerConfig.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/Android/source/premierlibrary/src/main/java/com/cicada/player/nativeclass/PlayerConfig.java b/platform/Android/source/premierlibrary/src/main/java/com/cicada/player/nativeclass/PlayerConfig.java index 015969b96..44a641c7e 100644 --- a/platform/Android/source/premierlibrary/src/main/java/com/cicada/player/nativeclass/PlayerConfig.java +++ b/platform/Android/source/premierlibrary/src/main/java/com/cicada/player/nativeclass/PlayerConfig.java @@ -128,7 +128,7 @@ private PlayerConfig() { public boolean mDisableVideo = false; /** - * 进度跟新的频率。包括当前位置和缓冲位置。 + * 进度更新的频率。包括当前位置和缓冲位置。 */ /**** * Set the frequencies of Progress. Includes the current position and the buffer position. From 344565a3b7bee86c99f8cd56af2a7481c1417f78 Mon Sep 17 00:00:00 2001 From: dushuai Date: Tue, 16 Nov 2021 11:33:52 +0800 Subject: [PATCH 2/2] =?UTF-8?q?FIX=EF=BC=9Aapple?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- platform/Apple/source/CicadaConfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/Apple/source/CicadaConfig.h b/platform/Apple/source/CicadaConfig.h index 2ccb6be40..a1de0d73d 100644 --- a/platform/Apple/source/CicadaConfig.h +++ b/platform/Apple/source/CicadaConfig.h @@ -105,7 +105,7 @@ OBJC_EXPORT @property(nonatomic, assign) int liveStartIndex; /** -@brief 进度跟新的频率。包括当前位置和缓冲位置。 +@brief 进度更新的频率。包括当前位置和缓冲位置。 */ /**** @brief Set the frequencies of Progress. Includes the current position and the buffer position.