Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
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-gpu
Commits
2a012ee3
Commit
2a012ee3
authored
Jul 12, 2009
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Oops. Actually synchronise the resolution to 800x640 (5/4)
parent
993a516a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
modules/visualization/projectm.cpp
modules/visualization/projectm.cpp
+2
-2
modules/visualization/visual/visual.h
modules/visualization/visual/visual.h
+1
-1
No files found.
modules/visualization/projectm.cpp
View file @
2a012ee3
...
...
@@ -57,9 +57,9 @@ vlc_module_begin ()
set_subcategory
(
SUBCAT_AUDIO_VISUAL
)
add_file
(
"projectm-config"
,
"/usr/share/projectM/config.inp"
,
NULL
,
CONFIG_TEXT
,
CONFIG_LONGTEXT
,
true
)
add_integer
(
"projectm-width"
,
72
0
,
NULL
,
WIDTH_TEXT
,
WIDTH_LONGTEXT
,
add_integer
(
"projectm-width"
,
80
0
,
NULL
,
WIDTH_TEXT
,
WIDTH_LONGTEXT
,
false
)
add_integer
(
"projectm-height"
,
48
0
,
NULL
,
HEIGHT_TEXT
,
HEIGHT_LONGTEXT
,
add_integer
(
"projectm-height"
,
64
0
,
NULL
,
HEIGHT_TEXT
,
HEIGHT_LONGTEXT
,
false
)
add_shortcut
(
"projectm"
)
set_callbacks
(
Open
,
Close
)
...
...
modules/visualization/visual/visual.h
View file @
2a012ee3
...
...
@@ -78,4 +78,4 @@ int spectrometer_Run
/* Default vout size */
#define VOUT_WIDTH 800
#define VOUT_HEIGHT
48
0
#define VOUT_HEIGHT
64
0
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