Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVitor Sessak <vitor1001@gmail.com>2008-04-05 00:08:26 +0400
committerVitor Sessak <vitor1001@gmail.com>2008-04-05 00:08:26 +0400
commit177ff260521a626bffe973f73424b602e918de8a (patch)
tree2e4f2b2d815389ebe05694fa0f203e44a8a6357a /libavfilter/avfiltergraph.c
parentc7330a90ef9c5246fa1811e95f7bcd7166ce197f (diff)
Spelling and puctuation
Commited in SoC by Vitor Sessak on 2008-02-16 17:52:49 Originally committed as revision 12726 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavfilter/avfiltergraph.c')
-rw-r--r--libavfilter/avfiltergraph.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/avfiltergraph.c b/libavfilter/avfiltergraph.c
index ce8d2a70e5..828b0286ab 100644
--- a/libavfilter/avfiltergraph.c
+++ b/libavfilter/avfiltergraph.c
@@ -488,7 +488,7 @@ int avfilter_graph_config_formats(AVFilterContext *graphctx)
return -1;
/* Once everything is merged, it's possible that we'll still have
- * multiple valid choices of colorspace. We pick the first one. */
+ * multiple valid colorspace choices. We pick the first one. */
pick_formats(graph);
return 0;