Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libavfilter/avfilter.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h
index b42f5b480c..d306e84dde 100644
--- a/libavfilter/avfilter.h
+++ b/libavfilter/avfilter.h
@@ -185,9 +185,11 @@ struct AVFilterContext
char *name;
unsigned input_count;
+ AVFilterPad *input_pads;
AVFilterLink **inputs;
unsigned output_count;
+ AVFilterPad *output_pads;
AVFilterLink **outputs;
void *priv;