mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-02-04 14:30:55 +08:00
avfilter/avfilter: Move frame_pool to FilterLinkInternal
Avoids ugly casts when uninitializing. (One could actually avoid allocating this separately if one were willing to expose FFFramePool to those files including link_internal.h.) Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
@@ -666,11 +666,6 @@ struct AVFilterLink {
|
||||
*/
|
||||
int64_t sample_count_in, sample_count_out;
|
||||
|
||||
/**
|
||||
* A pointer to a FFFramePool struct.
|
||||
*/
|
||||
void *frame_pool;
|
||||
|
||||
/**
|
||||
* True if a frame is currently wanted on the output of this filter.
|
||||
* Set when ff_request_frame() is called by the output,
|
||||
|
||||
Reference in New Issue
Block a user