We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4a4505c + 57d8028 commit af142a7Copy full SHA for af142a7
Versions.md
@@ -2,6 +2,7 @@
2
3
| Version | Highlight |
4
| ------ | --------- |
5
+| 0.22.0 | feat: add codec string for AVC and HEVC |
6
| 0.21.1 | fix: allow MPEG-2 ADTS |
7
| 0.21.0 | feat: version number in apps and mp4 package |
8
| 0.20.0 | feat: mp4ff-pslister better for hex SPS input |
mp4/version.go
@@ -7,7 +7,7 @@ import (
)
9
var (
10
- commitVersion string = "v0.21.1" // Updated when building using Makefile
+ commitVersion string = "v0.22.0" // Updated when building using Makefile
11
commitDate string // commitDate in Epoch seconds (inserted from Makefile)
12
13
0 commit comments