summaryrefslogtreecommitdiffstats
path: root/libavfilter/avfilter.h
diff options
context:
space:
mode:
authorNicolas George <nicolas.george@normalesup.org>2012-04-19 12:43:33 +0200
committerNicolas George <nicolas.george@normalesup.org>2012-04-23 14:13:40 +0200
commite0761feec4dc9d10bd0fa58a0472b69277563e92 (patch)
treeca32a0b35db1eb82c2e90020b121a973e131d340 /libavfilter/avfilter.h
parent78ac49c2335f387d2c3d080b619c27ecd69fb41f (diff)
downloadffmpeg-streaming-e0761feec4dc9d10bd0fa58a0472b69277563e92.zip
ffmpeg-streaming-e0761feec4dc9d10bd0fa58a0472b69277563e92.tar.gz
avfilter: add a pointer from links to graph.
Diffstat (limited to 'libavfilter/avfilter.h')
-rw-r--r--libavfilter/avfilter.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h
index f110623..b0b8cd0 100644
--- a/libavfilter/avfilter.h
+++ b/libavfilter/avfilter.h
@@ -690,6 +690,12 @@ struct AVFilterLink {
AVRational time_base;
struct AVFilterPool *pool;
+
+ /**
+ * Graph the filter belongs to.
+ */
+ struct AVFilterGraph *graph;
+
};
/**
OpenPOWER on IntegriCloud