summaryrefslogtreecommitdiff
path: root/libavfilter/avfilter.h
diff options
context:
space:
mode:
authorMatthieu Bouron <matthieu.bouron@gmail.com>2016-05-10 17:45:59 +0200
committerMatthieu Bouron <mbouron@gopro.com>2017-01-12 10:22:52 +0100
commitb1f68f00b12a3706f8aabf68ea714eaecc23b295 (patch)
tree352d9c9c3e776ecc2d2c61d32e2c17a1cd259922 /libavfilter/avfilter.h
parente71b8119e7db675dd2dac3f7fb069b0df2943c38 (diff)
lavfi/framepool: rename FFVideoFramePool to FFFramePool
Diffstat (limited to 'libavfilter/avfilter.h')
-rw-r--r--libavfilter/avfilter.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h
index 828b270b6c..02df8a3632 100644
--- a/libavfilter/avfilter.h
+++ b/libavfilter/avfilter.h
@@ -531,9 +531,9 @@ struct AVFilterLink {
int64_t frame_count_in, frame_count_out;
/**
- * A pointer to a FFVideoFramePool struct.
+ * A pointer to a FFFramePool struct.
*/
- void *video_frame_pool;
+ void *frame_pool;
/**
* True if a frame is currently wanted on the output of this filter.