aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter/internal.h
diff options
context:
space:
mode:
authorMatthieu Bouron <matthieu.bouron@stupeflix.com>2015-12-11 13:32:47 +0100
committerMatthieu Bouron <matthieu.bouron@stupeflix.com>2015-12-15 10:35:41 +0100
commit0c59d40ae06b680de366663d77b4124947813367 (patch)
treefd66dad873a7cdb6b767bf03eb9fd945f36766ca /libavfilter/internal.h
parent04cc4d055079b7f83f7102b75ab24c08972c37a7 (diff)
downloadffmpeg-0c59d40ae06b680de366663d77b4124947813367.tar.gz
lavfi: use a video frame pool for each link of the filtergraph
Diffstat (limited to 'libavfilter/internal.h')
-rw-r--r--libavfilter/internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/internal.h b/libavfilter/internal.h
index 1cc6bf3b10..6ae1535281 100644
--- a/libavfilter/internal.h
+++ b/libavfilter/internal.h
@@ -28,6 +28,7 @@
#include "avfilter.h"
#include "avfiltergraph.h"
#include "formats.h"
+#include "framepool.h"
#include "thread.h"
#include "version.h"
#include "video.h"