未验证 提交 48b6da93 编写于 作者: A Andrey Zhavoronkov 提交者: GitHub

Fix frame preloading (#2608)

* fixed frame preloading

* version++

* updated changelog
上级 2a41b64c
......@@ -26,6 +26,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Memory consumption for the task creation process (<https://github.com/openvinotoolkit/cvat/pull/2582>)
- Frame preloading (<https://github.com/openvinotoolkit/cvat/pull/2608>)
### Security
......
{
"name": "cvat-data",
"version": "1.0.1",
"version": "1.0.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
......
{
"name": "cvat-data",
"version": "1.0.1",
"version": "1.0.2",
"description": "",
"main": "src/js/cvat-data.js",
"devDependencies": {
......
......@@ -21,6 +21,7 @@ class FrameProvider {
this._blocksRanges = [];
this._blocks = {};
this._running = false;
this._blockSize = blockSize;
this._blockType = blockType;
this._currFrame = -1;
this._requestedBlockDecode = null;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册