[SCM] libav/experimental: Doxygenize some comments

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


The following commit has been merged in the experimental branch:
commit 66d9e9be5076b376385bc3cc17e195bfe5d21b09
Author: Vitor Sessak <vitor1001 at gmail.com>
Date:   Fri Apr 4 20:06:45 2008 +0000

    Doxygenize some comments
    
    Commited in SoC by Bobby Bingham on 2007-08-17 22:59:59
    
    Originally committed as revision 12702 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavfilter/avfiltergraph.c b/libavfilter/avfiltergraph.c
index cf8ba93..aff3c3d 100644
--- a/libavfilter/avfiltergraph.c
+++ b/libavfilter/avfiltergraph.c
@@ -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;

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list