From 68bb4b7fb637ef5a78856908e1bc464f50fe967a Mon Sep 17 00:00:00 2001 From: liyi Date: Thu, 15 May 2025 16:47:25 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E5=A2=9E=E5=8A=A0reset=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/video_decode_plugin.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/video_decode_plugin.dart b/lib/video_decode_plugin.dart index 1fb9dc2..675a250 100644 --- a/lib/video_decode_plugin.dart +++ b/lib/video_decode_plugin.dart @@ -105,6 +105,7 @@ class VideoDecodePlugin { _textureId = null; _depManager.updateSps(null); _depManager.updatePps(null); + _depManager.reset(); return result ?? false; }