[vlc-commits] commit: atmo: support Fnordlicht protocol with up to 254 channels ( André Weber )

git at videolan.org git at videolan.org
Mon Oct 25 19:21:12 CEST 2010


vlc | branch: master | André Weber <atmo at videolan.org> | Mon Oct 25 19:18:36 2010 +0200| [d55184baab258023a1367dd29a0e9f12a56dba05] | committer: André Weber 

atmo: support Fnordlicht protocol with up to 254 channels

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d55184baab258023a1367dd29a0e9f12a56dba05
---

 modules/video_filter/atmo/atmo.cpp |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/video_filter/atmo/atmo.cpp b/modules/video_filter/atmo/atmo.cpp
index 6ff7e7e..5cf97f1 100644
--- a/modules/video_filter/atmo/atmo.cpp
+++ b/modules/video_filter/atmo/atmo.cpp
@@ -168,7 +168,7 @@ static const char *const ppsz_device_type_descriptions[] = {
 #define FNORDLICHT_AMOUNT_TEXT      N_("Count of fnordlicht's")
 #define FNORDLICHT_AMOUNT_LONGTEXT  N_("Depending on the amount your " \
                                    "fnordlicht hardware " \
-                                   "choose 1 to 4 channels")
+                                   "choose 1 to 254 channels")
 
 #if defined( WIN32 )
 #  define DEFAULT_DEVICE   0
@@ -433,7 +433,7 @@ add_integer_with_range(CFG_PREFIX "momo-channels",   3, 3, 4, NULL,
    4 maximum amount
 */
 set_section( N_("fnordlicht options" ), 0 )
-add_integer_with_range(CFG_PREFIX "fnordlicht-amount",   2, 1, 4, NULL,
+add_integer_with_range(CFG_PREFIX "fnordlicht-amount",   2, 1, 254, NULL,
                        FNORDLICHT_AMOUNT_TEXT,
                        FNORDLICHT_AMOUNT_LONGTEXT, false)
 



More information about the vlc-commits mailing list