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
f9e66b98
Commit
f9e66b98
authored
Sep 02, 2006
by
Dennis van Amerongen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* typo ouput -> output
parent
9aa773ce
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
include/vlc/libvlc.h
include/vlc/libvlc.h
+1
-1
modules/access/dshow/crossbar.cpp
modules/access/dshow/crossbar.cpp
+1
-1
modules/codec/dmo/dmo.c
modules/codec/dmo/dmo.c
+1
-1
No files found.
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
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