diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2011-10-31 11:19:53 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2011-10-31 11:19:53 +0100 |
commit | 30647fb45aa09f0e456d4fa3e794ae9f3d94d645 (patch) | |
tree | 02bcee4a4bad9b1d21ecb6f12492e52c3d621c68 | |
parent | 2f7c8aefa82ce4cb929f7c6ce9ff072abfa8826b (diff) | |
download | ffmpeg-30647fb45aa09f0e456d4fa3e794ae9f3d94d645.tar.gz |
lavfi: bump micro after recent changes in the overlay filter
-rw-r--r-- | libavfilter/avfilter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h index 7607833d88..9c67b35da0 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, \ |