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
8c8fce6f
Commit
8c8fce6f
authored
Apr 15, 2012
by
Kaarlo Raiha
Committed by
Jean-Baptiste Kempf
Apr 15, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add ranges to font sizes
Signed-off-by:
Jean-Baptiste Kempf
<
jb@videolan.org
>
parent
c9d6d6da
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
0 deletions
+3
-0
modules/text_renderer/freetype.c
modules/text_renderer/freetype.c
+1
-0
modules/video_filter/marq.c
modules/video_filter/marq.c
+1
-0
modules/video_filter/rss.c
modules/video_filter/rss.c
+1
-0
No files found.
modules/text_renderer/freetype.c
View file @
8c8fce6f
...
...
@@ -189,6 +189,7 @@ vlc_module_begin ()
add_integer
(
"freetype-fontsize"
,
0
,
FONTSIZE_TEXT
,
FONTSIZE_LONGTEXT
,
true
)
change_integer_range
(
0
,
4096
)
change_safe
()
add_integer
(
"freetype-rel-fontsize"
,
16
,
FONTSIZER_TEXT
,
...
...
modules/video_filter/marq.c
View file @
8c8fce6f
...
...
@@ -169,6 +169,7 @@ vlc_module_begin ()
change_integer_list
(
pi_color_values
,
ppsz_color_descriptions
)
add_integer
(
CFG_PREFIX
"size"
,
-
1
,
SIZE_TEXT
,
SIZE_LONGTEXT
,
false
)
change_integer_range
(
-
1
,
4096
)
set_section
(
N_
(
"Misc"
),
NULL
)
add_integer
(
CFG_PREFIX
"timeout"
,
0
,
TIMEOUT_TEXT
,
TIMEOUT_LONGTEXT
,
...
...
modules/video_filter/rss.c
View file @
8c8fce6f
...
...
@@ -211,6 +211,7 @@ vlc_module_begin ()
false
)
change_integer_list
(
pi_color_values
,
ppsz_color_descriptions
)
add_integer
(
CFG_PREFIX
"size"
,
-
1
,
SIZE_TEXT
,
SIZE_LONGTEXT
,
false
)
change_integer_range
(
-
1
,
4096
)
set_section
(
N_
(
"Misc"
),
NULL
)
add_integer
(
CFG_PREFIX
"speed"
,
100000
,
SPEED_TEXT
,
SPEED_LONGTEXT
,
...
...
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