[SCM] libav/experimental: Fix doxy comment Commited in SoC by Vitor Sessak on 2008-05-24 12:57:58

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:21:31 UTC 2013


The following commit has been merged in the experimental branch:
commit 69fa7e80c2efbc54be00fa69406cda706e582b50
Author: Vitor Sessak <vitor1001 at gmail.com>
Date:   Sat May 24 20:41:45 2008 +0000

    Fix doxy comment
    Commited in SoC by Vitor Sessak on 2008-05-24 12:57:58
    
    Originally committed as revision 13344 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavfilter/graphparser.c b/libavfilter/graphparser.c
index 9ce24f4..e74db2a 100644
--- a/libavfilter/graphparser.c
+++ b/libavfilter/graphparser.c
@@ -91,8 +91,8 @@ static char *consume_string(const char **buf)
 
 /**
  * Parse "[linkname]"
- * @arg name a pointer (that need to be free'd after use) to the name between
- *           parenthesis
+ * @param name a pointer (that need to be free'd after use) to the name between
+ *        parenthesis
  */
 static char *parse_link_name(const char **buf, AVClass *log_ctx)
 {

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list