diff options
author | Vitor Sessak <vitor1001@gmail.com> | 2008-05-24 20:39:22 +0000 |
---|---|---|
committer | Vitor Sessak <vitor1001@gmail.com> | 2008-05-24 20:39:22 +0000 |
commit | d7ff2297184e455cca90cc830d1a8be2bb6f0f2b (patch) | |
tree | d328b032ef90a8f76caa3874d986d7203cd9fffe /libavfilter/graphparser.h | |
parent | 92973a04f0e566576ad896dff39e23098ef926ae (diff) | |
download | ffmpeg-d7ff2297184e455cca90cc830d1a8be2bb6f0f2b.tar.gz |
Use '[' and ']' for label naming
Commited in SoC by Vitor Sessak on 2008-04-06 19:02:56
Originally committed as revision 13297 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavfilter/graphparser.h')
-rw-r--r-- | libavfilter/graphparser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/graphparser.h b/libavfilter/graphparser.h index 4f494aff41..7dda160cd5 100644 --- a/libavfilter/graphparser.h +++ b/libavfilter/graphparser.h @@ -35,6 +35,6 @@ * @param inpad pad index of the output * @return zero on success, -1 on error */ -int avfilter_graph_parse_chain(AVFilterGraph *graph, const char *filters, AVFilterContext *in, int inpad, AVFilterContext *out, int outpad); +int avfilter_parse_graph(AVFilterGraph *graph, const char *filters, AVFilterContext *in, int inpad, AVFilterContext *out, int outpad); #endif /* FFMPEG_GRAPHPARSER_H */ |