Skip to content

Commit 0abe743

Browse files
committed
Update changelog and version number
1 parent c3659fd commit 0abe743

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

doc/ffms2-changelog.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# FFmpegSource2 Changelog
2-
- 2.xxx
3-
- Fixed all issues with FFmpeg 6.0 which is now the minimum requirement
2+
- 5.0
3+
- Fixed all issues with FFmpeg 6.1 which is now the minimum requirement
4+
- Fixed av1 decoding
45
- Added HDR10+ and DolbyVision metadata
56
- Fixed audio decoding that could otherwise get stuck in an infinite loop on certain files
67
- Fixed framerate in Avisynth when using VFR=>CFR mode

include/ffms.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
#define FFMS_H
2323

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

2727
#include <stdint.h>
2828
#include <stddef.h>

0 commit comments

Comments
 (0)