We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4eae3ec commit 467482aCopy full SHA for 467482a
Versions.md
@@ -2,6 +2,7 @@
2
3
| Version | Highlight |
4
| ------ | --------- |
5
+| 0.23.1 | fix: segment encode mode without optimization |
6
| 0.23.0 | api-change: encode mode and optimization options |
7
| 0.22.0 | feat: add codec string for AVC and HEVC |
8
| 0.21.1 | fix: allow MPEG-2 ADTS |
mp4/version.go
@@ -7,7 +7,7 @@ import (
)
9
var (
10
- commitVersion string = "v0.23.0" // Updated when building using Makefile
+ commitVersion string = "v0.23.1" // Updated when building using Makefile
11
commitDate string // commitDate in Epoch seconds (inserted from Makefile)
12
13
0 commit comments