Skip to content

Commit

Permalink
Fix frame preloading (#2608)
Browse files Browse the repository at this point in the history
* fixed frame preloading

* version++

* updated changelog
  • Loading branch information
Andrey Zhavoronkov authored Dec 22, 2020
1 parent 2a41b64 commit 48b6da9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion cvat-data/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cvat-data/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cvat-data",
"version": "1.0.1",
"version": "1.0.2",
"description": "",
"main": "src/js/cvat-data.js",
"devDependencies": {
Expand Down
1 change: 1 addition & 0 deletions cvat-data/src/js/cvat-data.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 48b6da9

Please sign in to comment.