[vlc-devel] commit: video_filter_colorthres: fix a typo. ( Rémi Duraffort )
git version control
git at videolan.org
Fri Feb 5 12:09:58 CET 2010
vlc | branch: master | Rémi Duraffort <ivoire at videolan.org> | Fri Feb 5 12:09:25 2010 +0100| [8e46fdb49fa5c6a5168777bbef2e4062d3e3d98e] | committer: Rémi Duraffort
video_filter_colorthres: fix a typo.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8e46fdb49fa5c6a5168777bbef2e4062d3e3d98e
---
modules/video_filter/colorthres.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/video_filter/colorthres.c b/modules/video_filter/colorthres.c
index 3ab6d44..eefc090 100644
--- a/modules/video_filter/colorthres.c
+++ b/modules/video_filter/colorthres.c
@@ -83,7 +83,7 @@ vlc_module_begin ()
vlc_module_end ()
static const char *const ppsz_filter_options[] = {
- "color", "saturationthes", "similaritythres", NULL
+ "color", "saturationthres", "similaritythres", NULL
};
/*****************************************************************************
More information about the vlc-devel
mailing list