Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Aug 6, 2024
1 parent 55e16da commit 6fd2bf9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: av
Type: Package
Title: Working with Audio and Video in R
Version: 0.9.0
Version: 0.9.1
Authors@R: person("Jeroen", "Ooms", role = c("aut", "cre"), email = "jeroen@berkeley.edu",
comment = c(ORCID = "0000-0002-4035-0289"))
Description: Bindings to 'FFmpeg' <http://www.ffmpeg.org/> AV library for working with
Expand Down
3 changes: 3 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
0.9.1
- Remove redunant and deprecated calls to avcodec_close()

0.9.0
- Switch FFT to new tx.h API (old API is marked deprecated in ffmpeg 6.1)

Expand Down

0 comments on commit 6fd2bf9

Please sign in to comment.