[FFmpeg-cvslog] r12702 - trunk/libavfilter/avfiltergraph.c
vitor
subversion
Fri Apr 4 22:06:45 CEST 2008
Author: vitor
Date: Fri Apr 4 22:06:45 2008
New Revision: 12702
Log:
Doxygenize some comments
Commited in SoC by Bobby Bingham on 2007-08-17 22:59:59
Modified:
trunk/libavfilter/avfiltergraph.c
Modified: trunk/libavfilter/avfiltergraph.c
==============================================================================
--- trunk/libavfilter/avfiltergraph.c (original)
+++ trunk/libavfilter/avfiltergraph.c Fri Apr 4 22:06:45 2008
@@ -47,9 +47,11 @@ static int link_init(AVFilterContext *ct
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(AVFilter
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;
More information about the ffmpeg-cvslog
mailing list