Commit c256a4aa authored by vitor's avatar vitor

Update comments to new syntax

Commited in SoC by Vitor Sessak on 2008-04-10 16:40:03


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13299 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 660b190a
...@@ -133,7 +133,7 @@ static char *consume_string(const char **buf) ...@@ -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 * @arg name a pointer (that need to be free'd after use) to the name between
* parenthesis * parenthesis
*/ */
...@@ -205,7 +205,7 @@ static void free_inout(AVFilterInOut *head) ...@@ -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, static int parse_inouts(const char **buf, AVFilterInOut **inout, int firstpad,
enum LinkType type, AVFilterContext *filter) enum LinkType type, AVFilterContext *filter)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment