[FFmpeg-cvslog] r12719 - trunk/libavfilter/avfiltergraph.c
vitor
subversion
Fri Apr 4 22:08:05 CEST 2008
Author: vitor
Date: Fri Apr 4 22:08:05 2008
New Revision: 12719
Log:
Nits: more punctuation and capitalization
Commited in SoC by Vitor Sessak on 2008-02-09 20:02:29
Modified:
trunk/libavfilter/avfiltergraph.c
Modified: trunk/libavfilter/avfiltergraph.c
==============================================================================
--- trunk/libavfilter/avfiltergraph.c (original)
+++ trunk/libavfilter/avfiltergraph.c Fri Apr 4 22:08:05 2008
@@ -1,5 +1,5 @@
/*
- * Filter graphs
+ * filter graphs
* copyright (c) 2007 Bobby Bingham
*
* This file is part of FFmpeg.
@@ -51,7 +51,7 @@ static int link_init(AVFilterContext *ct
/**
* 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)
{
@@ -99,7 +99,7 @@ static int link_in_config_props(AVFilter
/**
* 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)
{
@@ -485,7 +485,7 @@ int avfilter_graph_config_formats(AVFilt
{
GraphContext *graph = graphctx->priv;
- /* Find supported formats from sub-filters, and merge along links */
+ /* find supported formats from sub-filters, and merge along links */
if(query_formats(graphctx))
return -1;
More information about the ffmpeg-cvslog
mailing list