[FFmpeg-cvslog] lavfi: bump minor and add changelog entry after the split filter addition

Stefano Sabatini git at videolan.org
Sun May 22 02:53:54 CEST 2011


ffmpeg | branch: master | Stefano Sabatini <stefano.sabatini-lala at poste.it> | Sun May 22 01:34:15 2011 +0200| [af2ed4b7488468abc8ccdd1b45d810886a609e1e] | committer: Stefano Sabatini

lavfi: bump minor and add changelog entry after the split filter addition

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=af2ed4b7488468abc8ccdd1b45d810886a609e1e
---

 Changelog              |    1 +
 libavfilter/avfilter.h |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/Changelog b/Changelog
index 702f53f..734396d 100644
--- a/Changelog
+++ b/Changelog
@@ -17,6 +17,7 @@ version <next>:
 - Apple Core Audio Format muxer
 - 9bit and 10bit H.264 decoding
 - 9bit and 10bit FFV1 encoding / decoding
+- split filter added
 
 
 version 0.7_beta1:
diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h
index 02f2ed2..4502f3e 100644
--- a/libavfilter/avfilter.h
+++ b/libavfilter/avfilter.h
@@ -26,7 +26,7 @@
 #include "libavutil/samplefmt.h"
 
 #define LIBAVFILTER_VERSION_MAJOR  2
-#define LIBAVFILTER_VERSION_MINOR  8
+#define LIBAVFILTER_VERSION_MINOR  9
 #define LIBAVFILTER_VERSION_MICRO  0
 
 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \



More information about the ffmpeg-cvslog mailing list