git.videolan.org
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
lavfi/framepool: rename FFVideoFramePool to FFFramePool
[ffmpeg.git]
/
libavfilter
/
avfilter.h
diff --git
a/libavfilter/avfilter.h
b/libavfilter/avfilter.h
index
828b270
..
02df8a3
100644
(file)
--- 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 FF
Video
FramePool 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.