Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
djthorpe committed Jun 21, 2024
1 parent 5e99d78 commit b382447
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ require (
github.com/djthorpe/go-errors v1.0.3
github.com/djthorpe/go-tablewriter v0.0.8
github.com/hashicorp/go-multierror v1.1.1
github.com/mutablelogic/go-client v1.0.8
github.com/stretchr/testify v1.9.0
)

Expand Down
2 changes: 1 addition & 1 deletion manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ func (manager *manager) Write(io.Writer, Format) (Media, error) {
func (manager *manager) Version() []Metadata {
metadata := []Metadata{
newMetadata("libavcodec_version", ff.AVCodec_version()),
newMetadata("libavformat_versionn", ff.AVFormat_version()),
newMetadata("libavformat_version", ff.AVFormat_version()),
newMetadata("libavutil_version", ff.AVUtil_version()),
newMetadata("libavdevice_version", ff.AVDevice_version()),
// newMetadata("libavfilter_version", ff.AVFilter_version()),
Expand Down

0 comments on commit b382447

Please sign in to comment.