Skip to content

Commit

Permalink
Merge pull request #74 from edgeware/v0.22.0
Browse files Browse the repository at this point in the history
v0.22.0
  • Loading branch information
tobbee authored Apr 23, 2021
2 parents 4a4505c + 57d8028 commit af142a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Versions.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

| Version | Highlight |
| ------ | --------- |
| 0.22.0 | feat: add codec string for AVC and HEVC |
| 0.21.1 | fix: allow MPEG-2 ADTS |
| 0.21.0 | feat: version number in apps and mp4 package |
| 0.20.0 | feat: mp4ff-pslister better for hex SPS input |
Expand Down
2 changes: 1 addition & 1 deletion mp4/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
)

var (
commitVersion string = "v0.21.1" // Updated when building using Makefile
commitVersion string = "v0.22.0" // Updated when building using Makefile
commitDate string // commitDate in Epoch seconds (inserted from Makefile)
)

Expand Down

0 comments on commit af142a7

Please sign in to comment.