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
9f13c667
Commit
9f13c667
authored
Oct 22, 2011
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Visualisation: use 16:10 vout by default
Instead of 5:4
parent
bc144569
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
modules/visualization/goom.c
modules/visualization/goom.c
+1
-1
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 @
9f13c667
...
...
@@ -61,7 +61,7 @@ vlc_module_begin ()
set_capability
(
"visualization2"
,
0
)
add_integer
(
"goom-width"
,
800
,
WIDTH_TEXT
,
RES_LONGTEXT
,
false
)
add_integer
(
"goom-height"
,
64
0
,
add_integer
(
"goom-height"
,
50
0
,
HEIGHT_TEXT
,
RES_LONGTEXT
,
false
)
add_integer_with_range
(
"goom-speed"
,
6
,
1
,
10
,
SPEED_TEXT
,
SPEED_LONGTEXT
,
false
)
...
...
modules/visualization/projectm.cpp
View file @
9f13c667
...
...
@@ -105,7 +105,7 @@ vlc_module_begin ()
#endif
add_integer
(
"projectm-width"
,
800
,
WIDTH_TEXT
,
WIDTH_LONGTEXT
,
false
)
add_integer
(
"projectm-height"
,
64
0
,
HEIGHT_TEXT
,
HEIGHT_LONGTEXT
,
add_integer
(
"projectm-height"
,
50
0
,
HEIGHT_TEXT
,
HEIGHT_LONGTEXT
,
false
)
add_integer
(
"projectm-meshx"
,
32
,
MESHX_TEXT
,
MESHX_LONGTEXT
,
false
)
...
...
modules/visualization/visual/visual.h
View file @
9f13c667
...
...
@@ -87,5 +87,5 @@ int spectrometer_Run
(
visual_effect_t
*
,
vlc_object_t
*
,
const
block_t
*
,
picture_t
*
);
/* Default vout size */
#define VOUT_WIDTH 800
#define VOUT_HEIGHT
64
0
#define VOUT_WIDTH
800
#define VOUT_HEIGHT
50
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