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
This commit is contained in:
parent
92973a04f0
commit
d7ff229718
2 changed files with 7 additions and 7 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue