[FFmpeg-cvslog] r22508 - in trunk: doc/APIchanges libavfilter/avfilter.h
stefano
subversion
Sat Mar 13 12:41:15 CET 2010
Author: stefano
Date: Sat Mar 13 12:41:15 2010
New Revision: 22508
Log:
Bump libavfilter minor version and add APIchanges entry after the
addition of the AVFilterPicRef.pos field.
Modified:
trunk/doc/APIchanges
trunk/libavfilter/avfilter.h
Modified: trunk/doc/APIchanges
==============================================================================
--- trunk/doc/APIchanges Sat Mar 13 12:27:07 2010 (r22507)
+++ trunk/doc/APIchanges Sat Mar 13 12:41:15 2010 (r22508)
@@ -12,6 +12,9 @@ libavutil: 2009-03-08
API changes, most recent first:
+2010-03-13 - r22506 - lavfi 1.18.0 - AVFilterPicRef.pos
+ Add AVFilterPicRef.pos field.
+
2010-03-13 - r22501 - lavu 50.12.0 - error.h
Move error code definitions from libavcodec/avcodec.h to
the new public header libavutil/error.h.
Modified: trunk/libavfilter/avfilter.h
==============================================================================
--- trunk/libavfilter/avfilter.h Sat Mar 13 12:27:07 2010 (r22507)
+++ trunk/libavfilter/avfilter.h Sat Mar 13 12:41:15 2010 (r22508)
@@ -25,7 +25,7 @@
#include "libavutil/avutil.h"
#define LIBAVFILTER_VERSION_MAJOR 1
-#define LIBAVFILTER_VERSION_MINOR 17
+#define LIBAVFILTER_VERSION_MINOR 18
#define LIBAVFILTER_VERSION_MICRO 0
#define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \
More information about the ffmpeg-cvslog
mailing list