mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-06 06:44:29 +00:00
Update comments to new syntax
Commited in SoC by Vitor Sessak on 2008-04-10 16:40:03 Originally committed as revision 13299 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
2255026d53
commit
ffac8784d6
@ -133,7 +133,7 @@ static char *consume_string(const char **buf)
|
||||
}
|
||||
|
||||
/**
|
||||
* Parse "(linkname)"
|
||||
* Parse "[linkname]"
|
||||
* @arg name a pointer (that need to be free'd after use) to the name between
|
||||
* parenthesis
|
||||
*/
|
||||
@ -205,7 +205,7 @@ static void free_inout(AVFilterInOut *head)
|
||||
}
|
||||
|
||||
/**
|
||||
* Parse "(a1)(link2) ... (etc)"
|
||||
* Parse "[a1][link2] ... [etc]"
|
||||
*/
|
||||
static int parse_inouts(const char **buf, AVFilterInOut **inout, int firstpad,
|
||||
enum LinkType type, AVFilterContext *filter)
|
||||
|
Loading…
Reference in New Issue
Block a user