Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libavfilter/avfilter.h2
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"