From a7d4665709560c5de4a96bc65eb13b8439c3bfb6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=ADctor=20Paesa?= Date: Fri, 15 Feb 2008 22:15:04 +0000 Subject: [PATCH] Add libavfilter_version MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Patch by Víctor Paesa Commited in SoC by Vitor Sessak on 2008-02-12 20:31:53 Originally committed as revision 12117 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavfilter/avfilter.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h index 5aec139..b64448d 100644 --- a/libavfilter/avfilter.h +++ b/libavfilter/avfilter.h @@ -22,6 +22,8 @@ #ifndef FFMPEG_AVFILTER_H #define FFMPEG_AVFILTER_H +#define LIBAVFILTER_VERSION 0.0.0 + #include #include "avcodec.h" -- 2.7.4