Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
f9e66b98
Commit
f9e66b98
authored
Sep 02, 2006
by
trax
Browse files
* typo ouput -> output
parent
9aa773ce
Changes
3
Hide whitespace changes
Inline
Side-by-side
include/vlc/libvlc.h
View file @
f9e66b98
...
...
@@ -395,7 +395,7 @@ typedef struct
libvlc_rectangle_t
;
/**
* Set the video output viewport for a windowless video ouput (MacOS X only)
* Set the video output viewport for a windowless video ou
t
put (MacOS X only)
* \param p_instance libvlc instance
* \param view coordinates within video drawable
* \param clip coordinates within video drawable
...
...
modules/access/dshow/crossbar.cpp
View file @
f9e66b98
...
...
@@ -208,7 +208,7 @@ HRESULT FindCrossbarRoutes( vlc_object_t *p_this, access_sys_t *p_sys,
// remember connector type
physicalType
=
inputPinPhysicalType
;
msg_Dbg
(
p_this
,
"found existing route for ouput %ld (type %ld) to input %ld (type %ld)"
,
msg_Dbg
(
p_this
,
"found existing route for ou
t
put %ld (type %ld) to input %ld (type %ld)"
,
outputPinIndex
,
outputPinPhysicalType
,
inputPinIndex
,
inputPinPhysicalType
);
...
...
modules/codec/dmo/dmo.c
View file @
f9e66b98
...
...
@@ -1209,7 +1209,7 @@ static int EncoderSetAudioType( encoder_t *p_enc, IMediaObject *p_dmo )
if
(
i_selected
<
0
)
{
msg_Err
(
p_enc
,
"couldn't find a matching ouput"
);
msg_Err
(
p_enc
,
"couldn't find a matching ou
t
put"
);
return
VLC_EGENERIC
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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