From 5dfbd190fdc61dab3fc93543606b85d6b826a2ed Mon Sep 17 00:00:00 2001 From: liyi Date: Mon, 23 Jun 2025 16:15:30 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=8F=96=E6=B6=88=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/kotlin/top/skychip/video_decode_plugin/VideoDecoder.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/src/main/kotlin/top/skychip/video_decode_plugin/VideoDecoder.kt b/android/src/main/kotlin/top/skychip/video_decode_plugin/VideoDecoder.kt index 3dd2d59..14ae62b 100644 --- a/android/src/main/kotlin/top/skychip/video_decode_plugin/VideoDecoder.kt +++ b/android/src/main/kotlin/top/skychip/video_decode_plugin/VideoDecoder.kt @@ -296,7 +296,7 @@ class VideoDecoder( hasNotifiedFlutter = true } // Log.d(TAG, "[Render] 渲染: bufferIdx=${frame.bufferIndex}, pts=${frame.timestampUs}, " + - "当前outputFrameQueue=${outputFrameQueue.size}") +// "当前outputFrameQueue=${outputFrameQueue.size}") } else { // Log.w(TAG, "[Render] 渲染空转,无帧可渲染,当前outputFrameQueue=${outputFrameQueue.size}") }