Add libavfilter_version
authorVíctor Paesa <wzrlpy@arsystel.com>
Fri, 15 Feb 2008 22:15:04 +0000 (22:15 +0000)
committerVitor Sessak <vitor1001@gmail.com>
Fri, 15 Feb 2008 22:15:04 +0000 (22:15 +0000)
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

index 5aec139..b64448d 100644 (file)
@@ -22,6 +22,8 @@
 #ifndef FFMPEG_AVFILTER_H
 #define FFMPEG_AVFILTER_H
 
+#define LIBAVFILTER_VERSION      0.0.0
+
 #include <stddef.h>
 #include "avcodec.h"