Browse code

lavfi: update minor number and add Changelog entry after aevalsrc addition

Stefano Sabatini authored on 2011/10/19 01:42:28
Showing 2 changed files
... ...
@@ -64,6 +64,8 @@ easier to use. The changes are:
64 64
 - libmodplug support (--enable-libmodplug)
65 65
 - VC-1 interlaced decoding
66 66
 - libutvideo wrapper (--enable-libutvideo)
67
+- aevalsrc audio source added
68
+
67 69
 
68 70
 version 0.8:
69 71
 
... ...
@@ -29,8 +29,8 @@
29 29
 #include "libavutil/rational.h"
30 30
 
31 31
 #define LIBAVFILTER_VERSION_MAJOR  2
32
-#define LIBAVFILTER_VERSION_MINOR 43
33
-#define LIBAVFILTER_VERSION_MICRO  7
32
+#define LIBAVFILTER_VERSION_MINOR 44
33
+#define LIBAVFILTER_VERSION_MICRO  0
34 34
 
35 35
 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \
36 36
                                                LIBAVFILTER_VERSION_MINOR, \