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

stefano subversion
Mon Jun 28 00:48:12 CEST 2010


Author: stefano
Date: Mon Jun 28 00:48:12 2010
New Revision: 23838

Log:
Bump micro and add APIchanges entry after av_parse_color() extension.

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

Modified: trunk/doc/APIchanges
==============================================================================
--- trunk/doc/APIchanges	Mon Jun 28 00:35:42 2010	(r23837)
+++ trunk/doc/APIchanges	Mon Jun 28 00:48:12 2010	(r23838)
@@ -12,6 +12,10 @@ libavutil:   2009-03-08
 
 API changes, most recent first:
 
+2010-06-28 - r23835 - lavfi 1.20.1 - av_parse_color()
+  Extend av_parse_color() syntax, make it accept an alpha value specifier and
+  set the alpha value to 255 by default.
+
 2010-06-22 - r23706 - lavf 52.71.0 - URLProtocol.priv_data_size, priv_data_class
   Add priv_data_size and priv_data_class to URLProtocol
 

Modified: trunk/libavfilter/avfilter.h
==============================================================================
--- trunk/libavfilter/avfilter.h	Mon Jun 28 00:35:42 2010	(r23837)
+++ trunk/libavfilter/avfilter.h	Mon Jun 28 00:48:12 2010	(r23838)
@@ -26,7 +26,7 @@
 
 #define LIBAVFILTER_VERSION_MAJOR  1
 #define LIBAVFILTER_VERSION_MINOR 20
-#define LIBAVFILTER_VERSION_MICRO  0
+#define LIBAVFILTER_VERSION_MICRO  1
 
 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \
                                                LIBAVFILTER_VERSION_MINOR, \



More information about the ffmpeg-cvslog mailing list