Browse code

Bump lavfi minor and add Changelog notice after yadif addition.

Originally committed as revision 25198 to svn://svn.ffmpeg.org/ffmpeg/trunk

Stefano Sabatini authored on 2010/09/26 02:03:26
Showing 2 changed files
... ...
@@ -40,6 +40,7 @@ version <next>:
40 40
 - change crop filter syntax to width:height:x:y
41 41
 - make the crop filter accept parametric expressions
42 42
 - make ffprobe accept AVFormatContext options
43
+- yadif filter
43 44
 
44 45
 
45 46
 version 0.6:
... ...
@@ -25,7 +25,7 @@
25 25
 #include "libavutil/avutil.h"
26 26
 
27 27
 #define LIBAVFILTER_VERSION_MAJOR  1
28
-#define LIBAVFILTER_VERSION_MINOR 44
28
+#define LIBAVFILTER_VERSION_MINOR 45
29 29
 #define LIBAVFILTER_VERSION_MICRO  0
30 30
 
31 31
 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \