Skip to content

Commit

Permalink
- Fix playback speeds for non-60fps canvas contexts.
Browse files Browse the repository at this point in the history
- Pull in latest fixes from cptv-rs
- Bump version
  • Loading branch information
hardiesoft committed Apr 26, 2022
1 parent 624c5f3 commit 3da1ad3
Show file tree
Hide file tree
Showing 4 changed files with 149 additions and 69 deletions.
15 changes: 7 additions & 8 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cptv-player-vue",
"version": "1.2.8",
"version": "1.3.0",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build --target lib --name CptvPlayerVue ./src/CptvPlayer.vue",
Expand All @@ -17,7 +17,7 @@
"bootstrap": "^4.5.3",
"bootstrap-vue": "^2.20.1",
"core-js": "^3.8.3",
"cptv-decoder": "github:TheCacophonyProject/cptv-rs#v1.2.7",
"cptv-decoder": "github:TheCacophonyProject/cptv-rs#v1.3.1",
"h264-mp4-encoder": "^1.0.12",
"vue": "^2.6.12",
"vue-class-component": "^7.2.3",
Expand Down
Loading

0 comments on commit 3da1ad3

Please sign in to comment.