feat:增加reset逻辑

This commit is contained in:
liyi 2025-05-15 16:47:25 +08:00
parent 8cdcab24b2
commit 68bb4b7fb6

View File

@ -105,6 +105,7 @@ class VideoDecodePlugin {
_textureId = null;
_depManager.updateSps(null);
_depManager.updatePps(null);
_depManager.reset();
return result ?? false;
}