aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter/graphparser.h
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2010-11-07 18:40:18 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2010-11-07 18:40:18 +0000
commit7313132bccc82fe379d88e37e407f842089ca630 (patch)
tree62454a15f66e47d839e8c01ffa2e356c48f5dbfe /libavfilter/graphparser.h
parentc24f76b948f3af894b52c8fe8ac041a1c974a372 (diff)
downloadffmpeg-7313132bccc82fe379d88e37e407f842089ca630.tar.gz
Rename AVFilterInOut field filter to filter_ctx, more semantically correct.
Originally committed as revision 25700 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavfilter/graphparser.h')
-rw-r--r--libavfilter/graphparser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/graphparser.h b/libavfilter/graphparser.h
index 64fa0193af..2902524576 100644
--- a/libavfilter/graphparser.h
+++ b/libavfilter/graphparser.h
@@ -30,7 +30,7 @@
*/
typedef struct AVFilterInOut {
char *name;
- AVFilterContext *filter;
+ AVFilterContext *filter_ctx;
int pad_idx;
struct AVFilterInOut *next;