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