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
e4d0eaae
Commit
e4d0eaae
authored
Nov 29, 2002
by
Olivier Teulière
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* ./src/libvlc.h: fixed a few typos
parent
a98b6d88
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
src/libvlc.h
src/libvlc.h
+8
-8
No files found.
src/libvlc.h
View file @
e4d0eaae
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* libvlc.h: main libvlc header
* libvlc.h: main libvlc header
*****************************************************************************
*****************************************************************************
* Copyright (C) 1998-2002 VideoLAN
* Copyright (C) 1998-2002 VideoLAN
* $Id: libvlc.h,v 1.2
2 2002/11/28 14:34:39 sam
Exp $
* $Id: libvlc.h,v 1.2
3 2002/11/29 23:08:34 ipkiss
Exp $
*
*
* Authors: Vincent Seguin <seguin@via.ecp.fr>
* Authors: Vincent Seguin <seguin@via.ecp.fr>
* Samuel Hocevar <sam@zoy.org>
* Samuel Hocevar <sam@zoy.org>
...
@@ -40,7 +40,7 @@
...
@@ -40,7 +40,7 @@
#define VERBOSE_TEXT N_("verbosity (0,1,2)")
#define VERBOSE_TEXT N_("verbosity (0,1,2)")
#define VERBOSE_LONGTEXT N_( \
#define VERBOSE_LONGTEXT N_( \
"This options sets the verbosity level (0=only errors and " \
"This options sets the verbosity level (0=only errors and " \
"standard messages, 1=warnings, 2=debug.")
"standard messages, 1=warnings, 2=debug
)
.")
#define QUIET_TEXT N_("be quiet")
#define QUIET_TEXT N_("be quiet")
#define QUIET_LONGTEXT N_( \
#define QUIET_LONGTEXT N_( \
...
@@ -151,7 +151,7 @@
...
@@ -151,7 +151,7 @@
#define OVERLAY_TEXT N_("overlay video output")
#define OVERLAY_TEXT N_("overlay video output")
#define OVERLAY_LONGTEXT N_( \
#define OVERLAY_LONGTEXT N_( \
"If enabled, vlc will try to take advantage of the overlay capabilities " \
"If enabled, vlc will try to take advantage of the overlay capabilities " \
"of you
graphics
card.")
"of you
r graphic
card.")
#define SPUMARGIN_TEXT N_("force SPU position")
#define SPUMARGIN_TEXT N_("force SPU position")
#define SPUMARGIN_LONGTEXT N_( \
#define SPUMARGIN_LONGTEXT N_( \
...
@@ -257,7 +257,7 @@
...
@@ -257,7 +257,7 @@
"If you check this box, IPv4 will be used by default for all UDP and " \
"If you check this box, IPv4 will be used by default for all UDP and " \
"HTTP connections.")
"HTTP connections.")
#define CODEC_TEXT N_("choose prefer
r
ed codec list")
#define CODEC_TEXT N_("choose prefered codec list")
#define CODEC_LONGTEXT N_( \
#define CODEC_LONGTEXT N_( \
"This allows you to select the order in which vlc will choose its " \
"This allows you to select the order in which vlc will choose its " \
"codecs. For instance, 'a52old,a52,any' will try the old a52 codec " \
"codecs. For instance, 'a52old,a52,any' will try the old a52 codec " \
...
@@ -288,7 +288,7 @@
...
@@ -288,7 +288,7 @@
#define SSE_TEXT N_("enable CPU SSE support")
#define SSE_TEXT N_("enable CPU SSE support")
#define SSE_LONGTEXT N_( \
#define SSE_LONGTEXT N_( \
"If your processor supports the SSE instructions set, vlc can take " \
"If your processor supports the SSE instructions set, vlc can take " \
"
can take
advantage of them.")
"advantage of them.")
#define ALTIVEC_TEXT N_("enable CPU AltiVec support")
#define ALTIVEC_TEXT N_("enable CPU AltiVec support")
#define ALTIVEC_LONGTEXT N_( \
#define ALTIVEC_LONGTEXT N_( \
...
@@ -316,8 +316,8 @@
...
@@ -316,8 +316,8 @@
#define MEMCPY_TEXT N_("memory copy module")
#define MEMCPY_TEXT N_("memory copy module")
#define MEMCPY_LONGTEXT N_( \
#define MEMCPY_LONGTEXT N_( \
"You can select w
ich memory copy module you want to use. By default vlc
" \
"You can select w
hich memory copy module you want to use. By default
" \
"will select the fastest one supported by your hardware.")
"
vlc
will select the fastest one supported by your hardware.")
#define ACCESS_TEXT N_("access module")
#define ACCESS_TEXT N_("access module")
#define ACCESS_LONGTEXT N_( \
#define ACCESS_LONGTEXT N_( \
...
@@ -335,7 +335,7 @@
...
@@ -335,7 +335,7 @@
"experience problems with it.")
"experience problems with it.")
#define WIN9X_CV_TEXT N_("Condition variables implementation for Win9x " \
#define WIN9X_CV_TEXT N_("Condition variables implementation for Win9x " \
"(develop
p
ers only)")
"(developers only)")
#define WIN9X_CV_LONGTEXT N_( \
#define WIN9X_CV_LONGTEXT N_( \
"On Windows 9x/Me we use a fast but not correct condition variables " \
"On Windows 9x/Me we use a fast but not correct condition variables " \
"implementation (more precisely there is a possibility for a race " \
"implementation (more precisely there is a possibility for a race " \
...
...
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