[SCM] libav/experimental: Nits: more punctuation and capitalization Commited in SoC by Vitor Sessak on 2008-02-09 20:02:29

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


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

    Nits: more punctuation and capitalization
    Commited in SoC by Vitor Sessak on 2008-02-09 20:02:29
    
    Originally committed as revision 12719 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavfilter/avfiltergraph.c b/libavfilter/avfiltergraph.c
index 6d01819..9f2a292 100644
--- a/libavfilter/avfiltergraph.c
+++ b/libavfilter/avfiltergraph.c
@@ -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 *ctx, const char *args, void *opaque)
 /**
  * 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(AVFilterLink *link)
 /**
  * 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(AVFilterContext *graphctx)
 {
     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;
 

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list