Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
b8dddd33
Commit
b8dddd33
authored
Feb 03, 2010
by
Christophe Mutricy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Typos
parent
7c94999f
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
include/vlc/libvlc_media.h
include/vlc/libvlc_media.h
+1
-1
modules/misc/freetype.c
modules/misc/freetype.c
+1
-1
src/libvlc-module.c
src/libvlc-module.c
+1
-1
No files found.
include/vlc/libvlc_media.h
View file @
b8dddd33
...
...
@@ -393,7 +393,7 @@ VLC_PUBLIC_API void *
* will duplicate the entries in the array each time.
*
* \param p_md media descriptor object
* \param pp_es adress to store an allocated array of Elementary Streams descriptions (must be freed by the caller)
* \param pp_es ad
d
ress to store an allocated array of Elementary Streams descriptions (must be freed by the caller)
*
* return the number of Elementary Streams
*/
...
...
modules/misc/freetype.c
View file @
b8dddd33
...
...
@@ -114,7 +114,7 @@ static void Destroy( vlc_object_t * );
#define FONTSIZER_TEXT N_("Relative font size")
#define FONTSIZER_LONGTEXT N_("This is the relative default size of the " \
"fonts that will be rendered on the video. If absolute font size is set, "\
"relative size will be overriden." )
"relative size will be overrid
d
en." )
static
const
int
pi_sizes
[]
=
{
20
,
18
,
16
,
12
,
6
};
static
const
char
*
const
ppsz_sizes_text
[]
=
{
...
...
src/libvlc-module.c
View file @
b8dddd33
...
...
@@ -193,7 +193,7 @@ static const char *const ppsz_snap_formats[] =
"This is a ',' separated string, each objects should be prefixed by " \
"a '+' or a '-' to respectively enable or disable it. The keyword " \
"'all' refers to all objects. Objects can be refered to by their " \
"type or module name. Rules applying to named objects take prece
n
dence " \
"type or module name. Rules applying to named objects take precedence " \
"over rules applying to object types. Note that you still need to " \
"use -vvv to actually display debug message.")
...
...
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