[FFmpeg-devel] [PATCH] lavfi: bump version for filter_frame.

Nicolas George nicolas.george at normalesup.org
Thu Nov 29 17:45:36 CET 2012


Also add to APIchanges.

Signed-off-by: Nicolas George <nicolas.george at normalesup.org>
---
 doc/APIchanges        |    4 ++++
 libavfilter/version.h |    4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/doc/APIchanges b/doc/APIchanges
index 5707d13..a131573 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -15,6 +15,10 @@ libavutil:     2012-10-22
 
 API changes, most recent first:
 
+2012-11-28 - cd7febd - lavu 3.24.100
+  Merge start_frame()+draw_slice()+end_frame() and filter_samples()
+  into filter_frame().
+
 2012-11-25 - xxxxxxx - lavu 52.9.100 - opt.h
   Add the following convenience functions to opt.h:
    av_opt_get_image_size
diff --git a/libavfilter/version.h b/libavfilter/version.h
index 64e1f4b..694f4f0 100644
--- a/libavfilter/version.h
+++ b/libavfilter/version.h
@@ -29,8 +29,8 @@
 #include "libavutil/avutil.h"
 
 #define LIBAVFILTER_VERSION_MAJOR  3
-#define LIBAVFILTER_VERSION_MINOR  23
-#define LIBAVFILTER_VERSION_MICRO 104
+#define LIBAVFILTER_VERSION_MINOR  24
+#define LIBAVFILTER_VERSION_MICRO 100
 
 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \
                                                LIBAVFILTER_VERSION_MINOR, \
-- 
1.7.10.4



More information about the ffmpeg-devel mailing list