diff options
author | Vitor Sessak <vitor1001@gmail.com> | 2008-05-24 20:41:34 +0000 |
---|---|---|
committer | Vitor Sessak <vitor1001@gmail.com> | 2008-05-24 20:41:34 +0000 |
commit | 8e74c889bce612b69dee204be9112ac28212585d (patch) | |
tree | 1fd96d2087df8ad4ef824205521ceb90c14f5b43 /libavfilter/graphparser.h | |
parent | 74c2f1fbcb10bc928edc4ed6e0963bf2317b3ec9 (diff) | |
download | ffmpeg-8e74c889bce612b69dee204be9112ac28212585d.tar.gz |
Cosmetics: change function order
Commited in SoC by Vitor Sessak on 2008-05-24 12:46:27
Originally committed as revision 13340 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavfilter/graphparser.h')
-rw-r--r-- | libavfilter/graphparser.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libavfilter/graphparser.h b/libavfilter/graphparser.h index 410179e423..d42c8d00d1 100644 --- a/libavfilter/graphparser.h +++ b/libavfilter/graphparser.h @@ -46,9 +46,7 @@ typedef struct AVFilterInOut { * Add to a graph a graph described by a string. * @param graph the filter graph where to link the parsed graph context * @param filters string to be parsed - * @param in input to the graph to be parsed (TODO: allow several) - * @param inpad pad index of the input - * @param out output to the graph to be parsed (TODO: allow several) + * @param inouts linked list to the inputs and outputs of the graph * @param outpad pad index of the output * @return zero on success, -1 on error */ |