]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/commitdiff
Doxygenize some comments
authorvitor <vitor@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Fri, 4 Apr 2008 20:06:45 +0000 (20:06 +0000)
committervitor <vitor@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Fri, 4 Apr 2008 20:06:45 +0000 (20:06 +0000)
Commited in SoC by Bobby Bingham on 2007-08-17 22:59:59

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12702 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

libavfilter/avfiltergraph.c

index cf8ba93bb9721283ae47015d6e7a32ea2d26c4e2..aff3c3dd93fff960244b2f367dbee316c78bbbf2 100644 (file)
@@ -47,9 +47,11 @@ static int link_init(AVFilterContext *ctx, const char *args, void *opaque)
     return !opaque;
 }
 
-/* given the link between the dummy filter and an internal filter whose input
+/**
+ * Given the link between the dummy filter and an internal filter whose input
  * is being exported outside the graph, this returns the externally visible
- * link */
+ * link
+ */
 static inline AVFilterLink *get_extern_input_link(AVFilterLink *link)
 {
     GraphLinkContext *lctx = link->src->priv;
@@ -99,9 +101,11 @@ static int link_in_config_props(AVFilterLink *link)
     return ret;
 }
 
-/* given the link between the dummy filter and an internal filter whose input
+/**
+ * Given the link between the dummy filter and an internal filter whose input
  * is being exported outside the graph, this returns the externally visible
- * link */
+ * link
+ */
 static inline AVFilterLink *get_extern_output_link(AVFilterLink *link)
 {
     GraphLinkContext *lctx = link->dst->priv;