[FFmpeg-cvslog] lavfi: bump micro after recent changes in the overlay filter

Stefano Sabatini git at videolan.org
Mon Oct 31 11:21:20 CET 2011


ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Mon Oct 31 11:19:53 2011 +0100| [30647fb45aa09f0e456d4fa3e794ae9f3d94d645] | committer: Stefano Sabatini

lavfi: bump micro after recent changes in the overlay filter

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

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

diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h
index 7607833..9c67b35 100644
--- a/libavfilter/avfilter.h
+++ b/libavfilter/avfilter.h
@@ -30,7 +30,7 @@
 
 #define LIBAVFILTER_VERSION_MAJOR  2
 #define LIBAVFILTER_VERSION_MINOR 45
-#define LIBAVFILTER_VERSION_MICRO  2
+#define LIBAVFILTER_VERSION_MICRO  3
 
 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \
                                                LIBAVFILTER_VERSION_MINOR, \



More information about the ffmpeg-cvslog mailing list