summaryrefslogtreecommitdiff
path: root/libavfilter/video.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/video.h')
-rw-r--r--libavfilter/video.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/libavfilter/video.h b/libavfilter/video.h
index f37bab9d03..81331c3199 100644
--- a/libavfilter/video.h
+++ b/libavfilter/video.h
@@ -22,6 +22,13 @@
#define AVFILTER_VIDEO_H
#include "avfilter.h"
+#include "internal.h"
+
+/**
+ * An AVFilterPad array whose only entry has name "default"
+ * and is of type AVMEDIA_TYPE_VIDEO.
+ */
+extern const AVFilterPad ff_video_default_filterpad[1];
AVFrame *ff_default_get_video_buffer(AVFilterLink *link, int w, int h);
AVFrame *ff_default_get_video_buffer2(AVFilterLink *link, int w, int h, int align);