[FFmpeg-cvslog] lavfi/curves: fix a spacing weirdness.
Clément Bœsch
git at videolan.org
Thu Apr 11 13:07:26 CEST 2013
ffmpeg | branch: master | Clément Bœsch <ubitux at gmail.com> | Thu Apr 11 12:42:18 2013 +0200| [a1e798ef0a5f5c4cfa58cef436a02e07fb238733] | committer: Clément Bœsch
lavfi/curves: fix a spacing weirdness.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a1e798ef0a5f5c4cfa58cef436a02e07fb238733
---
libavfilter/vf_curves.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavfilter/vf_curves.c b/libavfilter/vf_curves.c
index 5cd3f52..d0a8ebc 100644
--- a/libavfilter/vf_curves.c
+++ b/libavfilter/vf_curves.c
@@ -77,7 +77,7 @@ static const AVOption curves_options[] = {
{ "g", "set green points coordinates", OFFSET(comp_points_str[1]), AV_OPT_TYPE_STRING, {.str=NULL}, .flags = FLAGS },
{ "blue", "set blue points coordinates", OFFSET(comp_points_str[2]), AV_OPT_TYPE_STRING, {.str=NULL}, .flags = FLAGS },
{ "b", "set blue points coordinates", OFFSET(comp_points_str[2]), AV_OPT_TYPE_STRING, {.str=NULL}, .flags = FLAGS },
- { "all", "set points coordinates for all components", OFFSET(comp_points_str_all),AV_OPT_TYPE_STRING, {.str=NULL}, .flags = FLAGS },
+ { "all", "set points coordinates for all components", OFFSET(comp_points_str_all), AV_OPT_TYPE_STRING, {.str=NULL}, .flags = FLAGS },
{ NULL }
};
More information about the ffmpeg-cvslog
mailing list