瀏覽代碼

移除跳帧的逻辑

loki.wu 2 月之前
父節點
當前提交
c9e6751ffb
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lib/async_vid/vid_data.dart

+ 1 - 1
lib/async_vid/vid_data.dart

@@ -268,7 +268,7 @@ abstract class AsyncVidImageDataBase {
         if (_reader.isVrd) {
           imageData = _reader.getImageBytes(index);
           if (imageData.isEmpty) {
-            _reader.skipToFrame(index);
+            // _reader.skipToFrame(index);
             throw Exception("Can not find image Data");
           }
         } else {