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
993a516a
Commit
993a516a
authored
Jul 12, 2009
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Increase Visualisation resolution to 800x480 (5/3)
parent
eb54a41c
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
modules/visualization/goom.c
modules/visualization/goom.c
+2
-2
modules/visualization/projectm.cpp
modules/visualization/projectm.cpp
+1
-1
modules/visualization/visual/visual.h
modules/visualization/visual/visual.h
+2
-2
No files found.
modules/visualization/goom.c
View file @
993a516a
...
...
@@ -75,9 +75,9 @@ vlc_module_begin ()
set_category
(
CAT_AUDIO
)
set_subcategory
(
SUBCAT_AUDIO_VISUAL
)
set_capability
(
"visualization"
,
0
)
add_integer
(
"goom-width"
,
32
0
,
NULL
,
add_integer
(
"goom-width"
,
80
0
,
NULL
,
WIDTH_TEXT
,
RES_LONGTEXT
,
false
)
add_integer
(
"goom-height"
,
2
40
,
NULL
,
add_integer
(
"goom-height"
,
6
40
,
NULL
,
HEIGHT_TEXT
,
RES_LONGTEXT
,
false
)
add_integer
(
"goom-speed"
,
6
,
NULL
,
SPEED_TEXT
,
SPEED_LONGTEXT
,
false
)
...
...
modules/visualization/projectm.cpp
View file @
993a516a
...
...
@@ -57,7 +57,7 @@ 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"
,
64
0
,
NULL
,
WIDTH_TEXT
,
WIDTH_LONGTEXT
,
add_integer
(
"projectm-width"
,
72
0
,
NULL
,
WIDTH_TEXT
,
WIDTH_LONGTEXT
,
false
)
add_integer
(
"projectm-height"
,
480
,
NULL
,
HEIGHT_TEXT
,
HEIGHT_LONGTEXT
,
false
)
...
...
modules/visualization/visual/visual.h
View file @
993a516a
...
...
@@ -77,5 +77,5 @@ int spectrometer_Run
(
visual_effect_t
*
,
aout_instance_t
*
,
aout_buffer_t
*
,
picture_t
*
);
/* Default vout size */
#define VOUT_WIDTH
533
#define VOUT_HEIGHT 4
0
0
#define VOUT_WIDTH
800
#define VOUT_HEIGHT 4
8
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