Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
d55184ba
Commit
d55184ba
authored
Oct 25, 2010
by
André Weber
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
atmo: support Fnordlicht protocol with up to 254 channels
parent
9b2c6f22
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
modules/video_filter/atmo/atmo.cpp
modules/video_filter/atmo/atmo.cpp
+2
-2
No files found.
modules/video_filter/atmo/atmo.cpp
View file @
d55184ba
...
@@ -168,7 +168,7 @@ static const char *const ppsz_device_type_descriptions[] = {
...
@@ -168,7 +168,7 @@ static const char *const ppsz_device_type_descriptions[] = {
#define FNORDLICHT_AMOUNT_TEXT N_("Count of fnordlicht's")
#define FNORDLICHT_AMOUNT_TEXT N_("Count of fnordlicht's")
#define FNORDLICHT_AMOUNT_LONGTEXT N_("Depending on the amount your " \
#define FNORDLICHT_AMOUNT_LONGTEXT N_("Depending on the amount your " \
"fnordlicht hardware " \
"fnordlicht hardware " \
"choose 1 to 4 channels")
"choose 1 to
25
4 channels")
#if defined( WIN32 )
#if defined( WIN32 )
# define DEFAULT_DEVICE 0
# define DEFAULT_DEVICE 0
...
@@ -433,7 +433,7 @@ add_integer_with_range(CFG_PREFIX "momo-channels", 3, 3, 4, NULL,
...
@@ -433,7 +433,7 @@ add_integer_with_range(CFG_PREFIX "momo-channels", 3, 3, 4, NULL,
4 maximum amount
4 maximum amount
*/
*/
set_section
(
N_
(
"fnordlicht options"
),
0
)
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
,
25
4
,
NULL
,
FNORDLICHT_AMOUNT_TEXT
,
FNORDLICHT_AMOUNT_TEXT
,
FNORDLICHT_AMOUNT_LONGTEXT
,
false
)
FNORDLICHT_AMOUNT_LONGTEXT
,
false
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment