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
176d5aee
Commit
176d5aee
authored
Sep 02, 2006
by
Dennis van Amerongen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* more ouput -> output typos
parent
27e0d5bc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
modules/access/dshow/crossbar.cpp
modules/access/dshow/crossbar.cpp
+1
-1
modules/video_output/directx/direct3d.c
modules/video_output/directx/direct3d.c
+2
-2
No files found.
modules/access/dshow/crossbar.cpp
View file @
176d5aee
...
...
@@ -260,7 +260,7 @@ HRESULT FindCrossbarRoutes( vlc_object_t *p_this, access_sys_t *p_sys,
p_sys
->
crossbar_routes
[
depth
].
AudioOutputIndex
=
outputPinIndexRelated
;
msg_Dbg
(
p_this
,
"crossbar at depth %d, found route for "
"ouput %ld (type %ld) to input %ld (type %ld)"
,
depth
,
"ou
t
put %ld (type %ld) to input %ld (type %ld)"
,
depth
,
outputPinIndex
,
outputPinPhysicalType
,
inputPinIndex
,
inputPinPhysicalType
);
...
...
modules/video_output/directx/direct3d.c
View file @
176d5aee
...
...
@@ -861,7 +861,7 @@ D3DFORMAT Direct3DVoutFindFormat(vout_thread_t *p_vout, int i_chroma, D3DFORMAT
return
D3DFMT_UNKNOWN
;
}
static
int
Direct3DVoutSetOuputFormat
(
vout_thread_t
*
p_vout
,
D3DFORMAT
format
)
static
int
Direct3DVoutSetOu
t
putFormat
(
vout_thread_t
*
p_vout
,
D3DFORMAT
format
)
{
switch
(
format
)
{
...
...
@@ -958,7 +958,7 @@ static int Direct3DVoutCreatePictures( vout_thread_t *p_vout, size_t i_num_pics
** typically support more formats than textures
*/
format
=
Direct3DVoutFindFormat
(
p_vout
,
p_vout
->
render
.
i_chroma
,
format
);
if
(
VLC_SUCCESS
!=
Direct3DVoutSetOuputFormat
(
p_vout
,
format
)
)
if
(
VLC_SUCCESS
!=
Direct3DVoutSetOu
t
putFormat
(
p_vout
,
format
)
)
{
msg_Err
(
p_vout
,
"surface pixel format is not supported."
);
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