Skip to content

Commit

Permalink
mp4-media-stream のバージョンを 2024.3.0 に上げる
Browse files Browse the repository at this point in the history
  • Loading branch information
sile committed Dec 6, 2024
1 parent e4b840a commit 9bd1f81
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@

## develop

### misc

## mp4-media-stream-2024.3.0

- [ADD] `Mp4MediaStream` の対応コーデックに H.265 を追加する
- @sile
- [ADD] `Mp4MediaStream` の対応コーデックに AV1 を追加する
Expand All @@ -22,8 +26,6 @@
- [ADD] `Mp4MediaStream` の対応コーデックに AAC を追加する
- @sile

### misc

## mp4-media-stream-2024.2.0

- [CHANGE] `Mp4MediaStream.play()` を非同期にする
Expand Down
2 changes: 1 addition & 1 deletion packages/mp4-media-stream/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shiguredo/mp4-media-stream",
"version": "2024.2.0",
"version": "2024.3.0",
"description": "Library to generate MediaStream from MP4 file",
"author": "Shiguredo Inc.",
"license": "Apache-2.0",
Expand Down

0 comments on commit 9bd1f81

Please sign in to comment.