[FFmpeg-cvslog] r25198 - in trunk: Changelog libavfilter/avfilter.h

stefano subversion
Sat Sep 25 19:03:26 CEST 2010


Author: stefano
Date: Sat Sep 25 19:03:26 2010
New Revision: 25198

Log:
Bump lavfi minor and add Changelog notice after yadif addition.

Modified:
   trunk/Changelog
   trunk/libavfilter/avfilter.h

Modified: trunk/Changelog
==============================================================================
--- trunk/Changelog	Sat Sep 25 18:54:09 2010	(r25197)
+++ trunk/Changelog	Sat Sep 25 19:03:26 2010	(r25198)
@@ -40,6 +40,7 @@ version <next>:
 - change crop filter syntax to width:height:x:y
 - make the crop filter accept parametric expressions
 - make ffprobe accept AVFormatContext options
+- yadif filter
 
 
 version 0.6:

Modified: trunk/libavfilter/avfilter.h
==============================================================================
--- trunk/libavfilter/avfilter.h	Sat Sep 25 18:54:09 2010	(r25197)
+++ trunk/libavfilter/avfilter.h	Sat Sep 25 19:03:26 2010	(r25198)
@@ -25,7 +25,7 @@
 #include "libavutil/avutil.h"
 
 #define LIBAVFILTER_VERSION_MAJOR  1
-#define LIBAVFILTER_VERSION_MINOR 44
+#define LIBAVFILTER_VERSION_MINOR 45
 #define LIBAVFILTER_VERSION_MICRO  0
 
 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \



More information about the ffmpeg-cvslog mailing list