From a7d4665709560c5de4a96bc65eb13b8439c3bfb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Paesa?= Date: Fri, 15 Feb 2008 22:15:04 +0000 Subject: Add libavfilter_version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 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(+) (limited to 'libavfilter/avfilter.h') diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h index 5aec139374..b64448d009 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" -- cgit v1.2.3