[FFmpeg-cvslog] r26111 - in trunk: doc/APIchanges libavfilter/avfilter.h

stefano subversion
Mon Dec 27 19:16:52 CET 2010


Author: stefano
Date: Mon Dec 27 19:16:52 2010
New Revision: 26111

Log:
Bump lavfi minor and add an entry after r26108 (which added
AV_PERM_NEG_LINESIZES to avfilter.h).

Modified:
   trunk/doc/APIchanges
   trunk/libavfilter/avfilter.h

Modified: trunk/doc/APIchanges
==============================================================================
--- trunk/doc/APIchanges	Mon Dec 27 19:04:35 2010	(r26110)
+++ trunk/doc/APIchanges	Mon Dec 27 19:16:52 2010	(r26111)
@@ -13,6 +13,9 @@ libavutil:   2009-03-08
 
 API changes, most recent first:
 
+2010-12-27 - r26108 - lavfi 1.71.0 - AV_PERM_NEG_LINESIZES
+  Add AV_PERM_NEG_LINESIZES in avfilter.h.
+
 2010-12-27 - r26104 - lavf 52.91.0 - av_find_best_stream()
   Add av_find_best_stream to libavformat/avformat.h.
 

Modified: trunk/libavfilter/avfilter.h
==============================================================================
--- trunk/libavfilter/avfilter.h	Mon Dec 27 19:04:35 2010	(r26110)
+++ trunk/libavfilter/avfilter.h	Mon Dec 27 19:16:52 2010	(r26111)
@@ -27,8 +27,8 @@
 #include "libavcore/samplefmt.h"
 
 #define LIBAVFILTER_VERSION_MAJOR  1
-#define LIBAVFILTER_VERSION_MINOR 70
-#define LIBAVFILTER_VERSION_MICRO  2
+#define LIBAVFILTER_VERSION_MINOR 71
+#define LIBAVFILTER_VERSION_MICRO  0
 
 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \
                                                LIBAVFILTER_VERSION_MINOR, \



More information about the ffmpeg-cvslog mailing list