diff options
author | Matthieu Bouron <matthieu.bouron@gmail.com> | 2016-05-10 17:45:59 +0200 |
---|---|---|
committer | Matthieu Bouron <mbouron@gopro.com> | 2017-01-12 10:22:52 +0100 |
commit | b1f68f00b12a3706f8aabf68ea714eaecc23b295 (patch) | |
tree | 352d9c9c3e776ecc2d2c61d32e2c17a1cd259922 /libavfilter/avfilter.h | |
parent | e71b8119e7db675dd2dac3f7fb069b0df2943c38 (diff) | |
download | ffmpeg-b1f68f00b12a3706f8aabf68ea714eaecc23b295.tar.gz |
lavfi/framepool: rename FFVideoFramePool to FFFramePool
Diffstat (limited to 'libavfilter/avfilter.h')
-rw-r--r-- | libavfilter/avfilter.h | 4 |
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. |