summaryrefslogtreecommitdiff
path: root/libavfilter/avfiltergraph.c
diff options
context:
space:
mode:
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;