Skip to content

Commit

Permalink
Update changelog and version number
Browse files Browse the repository at this point in the history
  • Loading branch information
myrsloik committed Feb 26, 2024
1 parent c3659fd commit 0abe743
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions doc/ffms2-changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# FFmpegSource2 Changelog
- 2.xxx
- Fixed all issues with FFmpeg 6.0 which is now the minimum requirement
- 5.0
- Fixed all issues with FFmpeg 6.1 which is now the minimum requirement
- Fixed av1 decoding
- Added HDR10+ and DolbyVision metadata
- Fixed audio decoding that could otherwise get stuck in an infinite loop on certain files
- Fixed framerate in Avisynth when using VFR=>CFR mode
Expand Down
2 changes: 1 addition & 1 deletion include/ffms.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#define FFMS_H

// Version format: major - minor - micro - bump
#define FFMS_VERSION ((3 << 24) | (1 << 16) | (1 << 8) | 0)
#define FFMS_VERSION ((5 << 24) | (0 << 16) | (0 << 8) | 0)

#include <stdint.h>
#include <stddef.h>
Expand Down

0 comments on commit 0abe743

Please sign in to comment.