Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
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-1.1
Commits
2e73e526
Commit
2e73e526
authored
Jan 02, 2004
by
Gildas Bazin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* modules/video_output/directx/*: fixed overlay on 24bpp displays.
parent
26ede628
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
10 deletions
+7
-10
modules/video_output/directx/directx.c
modules/video_output/directx/directx.c
+3
-6
modules/video_output/directx/events.c
modules/video_output/directx/events.c
+2
-2
modules/video_output/directx/vout.h
modules/video_output/directx/vout.h
+2
-2
No files found.
modules/video_output/directx/directx.c
View file @
2e73e526
/*****************************************************************************
* vout.c: Windows DirectX video output display method
*****************************************************************************
* Copyright (C) 2001 VideoLAN
* $Id: directx.c,v 1.3
0 2003/12/23 02:11:2
7 gbazin Exp $
* Copyright (C) 2001
-2004
VideoLAN
* $Id: directx.c,v 1.3
1 2004/01/02 22:17:5
7 gbazin Exp $
*
* Authors: Gildas Bazin <gbazin@netcourrier.com>
*
...
...
@@ -1662,10 +1662,7 @@ static DWORD DirectXFindColorkey( vout_thread_t *p_vout, uint32_t i_color )
case
16
:
*
(
uint16_t
*
)
ddsd
.
lpSurface
=
0x01
;
break
;
case
24
:
*
(
uint32_t
*
)
ddsd
.
lpSurface
=
0x0100
;
break
;
case
32
:
default:
*
(
uint32_t
*
)
ddsd
.
lpSurface
=
0x01
;
break
;
}
...
...
modules/video_output/directx/events.c
View file @
2e73e526
/*****************************************************************************
* events.c: Windows DirectX video output events handler
*****************************************************************************
* Copyright (C) 2001 VideoLAN
* $Id: events.c,v 1.3
6 2003/12/23 17:10:18
gbazin Exp $
* Copyright (C) 2001
-2004
VideoLAN
* $Id: events.c,v 1.3
7 2004/01/02 22:17:57
gbazin Exp $
*
* Authors: Gildas Bazin <gbazin@netcourrier.com>
*
...
...
modules/video_output/directx/vout.h
View file @
2e73e526
/*****************************************************************************
* vout.h: Windows DirectX video output header file
*****************************************************************************
* Copyright (C)
1998, 1999, 2000
VideoLAN
* $Id: vout.h,v 1.1
1 2003/12/23 02:11:2
7 gbazin Exp $
* Copyright (C)
2001-2004
VideoLAN
* $Id: vout.h,v 1.1
2 2004/01/02 22:17:5
7 gbazin Exp $
*
* Authors: Gildas Bazin <gbazin@netcourrier.com>
*
...
...
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