Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
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-gpu
Commits
fdc455ad
Commit
fdc455ad
authored
Aug 31, 2010
by
Rémi Duraffort
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix some typos.
parent
2d268697
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
13 additions
and
13 deletions
+13
-13
include/vlc/libvlc.h
include/vlc/libvlc.h
+3
-3
modules/audio_output/alsa.c
modules/audio_output/alsa.c
+1
-1
modules/demux/avi/avi.c
modules/demux/avi/avi.c
+1
-1
modules/gui/macosx/embeddedwindow.m
modules/gui/macosx/embeddedwindow.m
+1
-1
modules/gui/qt4/main_interface.hpp
modules/gui/qt4/main_interface.hpp
+1
-1
modules/gui/qt4/util/qvlcframe.hpp
modules/gui/qt4/util/qvlcframe.hpp
+1
-1
modules/misc/quartztext.c
modules/misc/quartztext.c
+1
-1
modules/packetizer/dirac.c
modules/packetizer/dirac.c
+1
-1
src/control/error.c
src/control/error.c
+3
-3
No files found.
include/vlc/libvlc.h
View file @
fdc455ad
...
...
@@ -89,21 +89,21 @@ VLC_PUBLIC_API const char *libvlc_errmsg (void);
/**
* Clears the LibVLC error status for the current thread. This is optional.
* By default, the error status is automatically overriden when a new error
* By default, the error status is automatically overrid
d
en when a new error
* occurs, and destroyed when the thread exits.
*/
VLC_PUBLIC_API
void
libvlc_clearerr
(
void
);
/**
* Sets the LibVLC error status and message for the current thread.
* Any previous error is overriden.
* Any previous error is overrid
d
en.
* \return a nul terminated string in any case
*/
const
char
*
libvlc_vprinterr
(
const
char
*
fmt
,
va_list
ap
);
/**
* Sets the LibVLC error status and message for the current thread.
* Any previous error is overriden.
* Any previous error is overrid
d
en.
* \return a nul terminated string in any case
*/
const
char
*
libvlc_printerr
(
const
char
*
fmt
,
...);
...
...
modules/audio_output/alsa.c
View file @
fdc455ad
...
...
@@ -338,7 +338,7 @@ static int Open( vlc_object_t *p_this )
}
/* Choose the IEC device for S/PDIF output:
if the device is overriden by the user then it will be the one
if the device is overrid
d
en by the user then it will be the one
otherwise we compute the default device based on the output format. */
char
*
psz_iec_device
=
NULL
;
if
(
AOUT_FMT_NON_LINEAR
(
&
p_aout
->
output
.
output
)
)
...
...
modules/demux/avi/avi.c
View file @
fdc455ad
...
...
@@ -281,7 +281,7 @@ static int Open( vlc_object_t * p_this )
p_demux
->
pf_control
=
Control
;
p_demux
->
pf_demux
=
Demux_Seekable
;
/* For unseekable stream, automaticaly use Demux_UnSeekable */
/* For unseekable stream, automatical
l
y use Demux_UnSeekable */
if
(
!
p_sys
->
b_seekable
||
var_InheritBool
(
p_demux
,
"avi-interleaved"
)
)
{
...
...
modules/gui/macosx/embeddedwindow.m
View file @
fdc455ad
...
...
@@ -435,7 +435,7 @@
/* Only create the o_fullscreen_window if we are not in the middle of the zooming animation */
if
(
!
o_fullscreen_window
)
{
/* We can't change the styleMask of an already created NSWindow, so we create an
other window, and do eye catching stuff */
/* We can't change the styleMask of an already created NSWindow, so we create another window, and do eye catching stuff */
rect
=
[[
o_view
superview
]
convertRect
:
[
o_view
frame
]
toView
:
nil
];
/* Convert to Window base coord */
rect
.
origin
.
x
+=
[
self
frame
].
origin
.
x
;
...
...
modules/gui/qt4/main_interface.hpp
View file @
fdc455ad
...
...
@@ -153,7 +153,7 @@ private:
/* Flags */
bool
b_notificationEnabled
;
/// Systray Notifications
bool
b_autoresize
;
///< persistent resiz
e
able window
bool
b_autoresize
;
///< persistent resizable window
bool
b_videoEmbedded
;
///< Want an external Video Window
bool
b_videoFullScreen
;
///< --fullscreen
bool
b_videoOnTop
;
///< --video-on-top
...
...
modules/gui/qt4/util/qvlcframe.hpp
View file @
fdc455ad
...
...
@@ -42,7 +42,7 @@ class QVLCTools
/*
use this function to save a widgets screen position
only for windows / dialogs which are floating, if a
window is docked into an
other - don't all this function
window is docked into another - don't all this function
or it may write garbage to position info!
*/
static
void
saveWidgetPosition
(
QSettings
*
settings
,
QWidget
*
widget
)
...
...
modules/misc/quartztext.c
View file @
fdc455ad
...
...
@@ -82,7 +82,7 @@ static void setFontAttibutes( char *psz_fontname, int i_font_size, uint32_t i_fo
#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." )
#define COLOR_TEXT N_("Text default color")
#define COLOR_LONGTEXT N_("The color of the text that will be rendered on "\
"the video. This must be an hexadecimal (like HTML colors). The first two "\
...
...
modules/packetizer/dirac.c
View file @
fdc455ad
...
...
@@ -23,7 +23,7 @@
/* Dirac packetizer, formed of three parts:
* 1) Bitstream synchroniser (dirac_DoSync)
* - Given an arbitary sequence of bytes, extract whole Dirac Data Units
* - Given an arbit
r
ary sequence of bytes, extract whole Dirac Data Units
* - Maps timestamps in supplied block_t's to the extracted Data Unit
* A time stamp applies to the next Data Unit to commence at, or after
* the first byte of the block_t with the timestamp.
...
...
src/control/error.c
View file @
fdc455ad
...
...
@@ -86,7 +86,7 @@ const char *libvlc_errmsg (void)
/**
* Clears the LibVLC error status for the current thread. This is optional.
* By default, the error status is automatically overriden when a new error
* By default, the error status is automatically overrid
d
en when a new error
* occurs, and destroyed when the thread exits.
*/
void
libvlc_clearerr
(
void
)
...
...
@@ -97,7 +97,7 @@ void libvlc_clearerr (void)
/**
* Sets the LibVLC error status and message for the current thread.
* Any previous error is overriden.
* Any previous error is overrid
d
en.
* @return a nul terminated string (always)
*/
const
char
*
libvlc_vprinterr
(
const
char
*
fmt
,
va_list
ap
)
...
...
@@ -115,7 +115,7 @@ const char *libvlc_vprinterr (const char *fmt, va_list ap)
/**
* Sets the LibVLC error status and message for the current thread.
* Any previous error is overriden.
* Any previous error is overrid
d
en.
* @return a nul terminated string (always)
*/
const
char
*
libvlc_printerr
(
const
char
*
fmt
,
...)
...
...
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