[FFmpeg-cvslog] lavfi: Add library identifier
Vittorio Giovara
git at videolan.org
Wed Jul 1 03:49:58 CEST 2015
ffmpeg | branch: master | Vittorio Giovara <vittorio.giovara at gmail.com> | Tue Jun 30 16:43:57 2015 +0200| [0d449c81b3dd25835ae6ac849cdd150f35b9c5c6] | committer: Vittorio Giovara
lavfi: Add library identifier
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0d449c81b3dd25835ae6ac849cdd150f35b9c5c6
---
libavfilter/version.h | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/libavfilter/version.h b/libavfilter/version.h
index 70b08e5..3981f34 100644
--- a/libavfilter/version.h
+++ b/libavfilter/version.h
@@ -30,7 +30,7 @@
#include "libavutil/version.h"
#define LIBAVFILTER_VERSION_MAJOR 5
-#define LIBAVFILTER_VERSION_MINOR 0
+#define LIBAVFILTER_VERSION_MINOR 1
#define LIBAVFILTER_VERSION_MICRO 0
#define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \
@@ -41,6 +41,8 @@
LIBAVFILTER_VERSION_MICRO)
#define LIBAVFILTER_BUILD LIBAVFILTER_VERSION_INT
+#define LIBAVFILTER_IDENT "Lavfi" AV_STRINGIFY(LIBAVFILTER_VERSION)
+
/**
* FF_API_* defines may be placed below to indicate public API that will be
* dropped at a future version bump. The defines themselves are not part of
More information about the ffmpeg-cvslog
mailing list