mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-06 15:49:50 +08:00
avfilter/avfilter: Move AVFilterGraph private fields to FFFilterGraph
(These fields were in AVFilterGraph although AVFilterGraphInternal existed for years.) Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
@ -83,6 +83,12 @@ typedef struct FFFilterGraph {
|
||||
* The public AVFilterGraph. See avfilter.h for it.
|
||||
*/
|
||||
AVFilterGraph p;
|
||||
|
||||
AVFilterLink **sink_links;
|
||||
int sink_links_count;
|
||||
|
||||
unsigned disable_auto_convert;
|
||||
|
||||
void *thread;
|
||||
avfilter_execute_func *thread_execute;
|
||||
FFFrameQueueGlobal frame_queues;
|
||||
|
Reference in New Issue
Block a user