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
59444dc9
Commit
59444dc9
authored
Apr 14, 2011
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix some typos noticed by Benjamin Drung
parent
749cc26a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
modules/access/dtv/access.c
modules/access/dtv/access.c
+1
-1
modules/misc/text_renderer/win32text.c
modules/misc/text_renderer/win32text.c
+1
-1
modules/video_output/yuv.c
modules/video_output/yuv.c
+1
-1
No files found.
modules/access/dtv/access.c
View file @
59444dc9
...
@@ -224,7 +224,7 @@ vlc_module_begin ()
...
@@ -224,7 +224,7 @@ vlc_module_begin ()
"cable"
,
"dvb-c"
,
"satellite"
,
"dvb-s"
,
"dvb-s2"
,
"cable"
,
"dvb-c"
,
"satellite"
,
"dvb-s"
,
"dvb-s2"
,
"terrestrial"
,
"dvb-t"
,
"atsc"
,
"cqam"
)
"terrestrial"
,
"dvb-t"
,
"atsc"
,
"cqam"
)
/* All options starting with dvb- can be overriden in the MRL, so they
/* All options starting with dvb- can be overrid
d
en in the MRL, so they
* must all be "safe". Nevertheless, we do not mark as safe those that are
* must all be "safe". Nevertheless, we do not mark as safe those that are
* really specific to the local system (e.g. device ID...).
* really specific to the local system (e.g. device ID...).
* It wouldn't make sense to deliver those through a playlist. */
* It wouldn't make sense to deliver those through a playlist. */
...
...
modules/misc/text_renderer/win32text.c
View file @
59444dc9
...
@@ -74,7 +74,7 @@ static int SetFont( filter_t *, int );
...
@@ -74,7 +74,7 @@ static int SetFont( filter_t *, int );
#define FONTSIZER_TEXT N_("Relative font size")
#define FONTSIZER_TEXT N_("Relative font size")
#define FONTSIZER_LONGTEXT N_("This is the relative default size of the " \
#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, "\
"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
int
const
pi_sizes
[]
=
{
20
,
18
,
16
,
12
,
6
};
static
int
const
pi_sizes
[]
=
{
20
,
18
,
16
,
12
,
6
};
static
char
*
const
ppsz_sizes_text
[]
=
{
static
char
*
const
ppsz_sizes_text
[]
=
{
...
...
modules/video_output/yuv.c
View file @
59444dc9
...
@@ -47,7 +47,7 @@
...
@@ -47,7 +47,7 @@
#define YUV4MPEG2_TEXT N_("YUV4MPEG2 header (default disabled)")
#define YUV4MPEG2_TEXT N_("YUV4MPEG2 header (default disabled)")
#define YUV4MPEG2_LONGTEXT N_("The YUV4MPEG2 header is compatible " \
#define YUV4MPEG2_LONGTEXT N_("The YUV4MPEG2 header is compatible " \
"with mplayer yuv video ouput and requires YV12/I420 fourcc. By default "\
"with mplayer yuv video ou
t
put and requires YV12/I420 fourcc. By default "\
"vlc writes the fourcc of the picture frame into the output destination.")
"vlc writes the fourcc of the picture frame into the output destination.")
#define CFG_PREFIX "yuv-"
#define CFG_PREFIX "yuv-"
...
...
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