diff options
author | Víctor Paesa <wzrlpy@arsystel.com> | 2008-02-15 22:15:04 +0000 |
---|---|---|
committer | Vitor Sessak <vitor1001@gmail.com> | 2008-02-15 22:15:04 +0000 |
commit | a7d4665709560c5de4a96bc65eb13b8439c3bfb6 (patch) | |
tree | 6d2b5164bbc8b99dd0dfb37aba8297633d259632 /libavfilter/avfilter.h | |
parent | 765f96c6e1b9da86990ac8adaad45b59193eaf17 (diff) | |
download | ffmpeg-a7d4665709560c5de4a96bc65eb13b8439c3bfb6.tar.gz |
Add libavfilter_version
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
Diffstat (limited to 'libavfilter/avfilter.h')
-rw-r--r-- | libavfilter/avfilter.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 <stddef.h> #include "avcodec.h" |