Commit 0abe743 1 parent c3659fd commit 0abe743 Copy full SHA for 0abe743
File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
# 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
4
5
- Added HDR10+ and DolbyVision metadata
5
6
- Fixed audio decoding that could otherwise get stuck in an infinite loop on certain files
6
7
- Fixed framerate in Avisynth when using VFR=>CFR mode
Original file line number Diff line number Diff line change 22
22
#define FFMS_H
23
23
24
24
// 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)
26
26
27
27
#include <stdint.h>
28
28
#include <stddef.h>
You can’t perform that action at this time.
0 commit comments