Skip to content

Commit af142a7

Browse files
authored
Merge pull request #74 from edgeware/v0.22.0
v0.22.0
2 parents 4a4505c + 57d8028 commit af142a7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Versions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
| Version | Highlight |
44
| ------ | --------- |
5+
| 0.22.0 | feat: add codec string for AVC and HEVC |
56
| 0.21.1 | fix: allow MPEG-2 ADTS |
67
| 0.21.0 | feat: version number in apps and mp4 package |
78
| 0.20.0 | feat: mp4ff-pslister better for hex SPS input |

mp4/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
)
88

99
var (
10-
commitVersion string = "v0.21.1" // Updated when building using Makefile
10+
commitVersion string = "v0.22.0" // Updated when building using Makefile
1111
commitDate string // commitDate in Epoch seconds (inserted from Makefile)
1212
)
1313

0 commit comments

Comments
 (0)