We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39528f5 commit 55c2af5Copy full SHA for 55c2af5
doc/ffms2-changelog.md
@@ -1,6 +1,7 @@
1
# FFmpegSource2 Changelog
2
3
-- 2.2000
+- 2.40
4
+ - Avisynth+ linux support (qyot27)
5
- Added LastEndTime track property to make it possible to take the last frame's duration into account (Myrsloik)
6
- Removed several deprecated functions and enums from the API (Myrsloik)
7
- No longer assumes sub 1 fps framerates are invalid (Myrsloik)
include/ffms.h
@@ -22,7 +22,7 @@
22
#define FFMS_H
23
24
// Version format: major - minor - micro - bump
25
-#define FFMS_VERSION ((2 << 24) | (31 << 16) | (0 << 8) | 0)
+#define FFMS_VERSION ((2 << 24) | (40 << 16) | (0 << 8) | 0)
26
27
#include <stdint.h>
28
#include <stddef.h>
0 commit comments