From 111367263af41c88a44bd763ceefc11d53a7f655 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Sun, 31 Mar 2013 12:17:07 +0200 Subject: lavfi: add AVFilterContext.graph. It will be useful in the following commits. --- libavfilter/avfilter.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavfilter/avfilter.h') diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h index 94d5d6152b..b37b74f2ce 100644 --- a/libavfilter/avfilter.h +++ b/libavfilter/avfilter.h @@ -458,6 +458,8 @@ struct AVFilterContext { unsigned nb_outputs; ///< number of output pads void *priv; ///< private data for use by the filter + + struct AVFilterGraph *graph; ///< filtergraph this filter belongs to }; /** -- cgit v1.2.3