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
729cf577
Commit
729cf577
authored
Sep 01, 2009
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
DirectDraw: declaration cosmetics
Signed-off-by:
Jean-Baptiste Kempf
<
jb@videolan.org
>
parent
32114818
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
modules/video_output/msw/directx.c
modules/video_output/msw/directx.c
+5
-5
No files found.
modules/video_output/msw/directx.c
View file @
729cf577
...
...
@@ -171,11 +171,11 @@ vlc_module_begin ()
set_shortname
(
"DirectX"
)
set_category
(
CAT_VIDEO
)
set_subcategory
(
SUBCAT_VIDEO_VOUT
)
add_bool
(
"directx-hw-yuv"
,
1
,
NULL
,
HW_YUV_TEXT
,
HW_YUV_LONGTEXT
,
add_bool
(
"directx-hw-yuv"
,
true
,
NULL
,
HW_YUV_TEXT
,
HW_YUV_LONGTEXT
,
true
)
add_bool
(
"directx-use-sysmem"
,
0
,
NULL
,
SYSMEM_TEXT
,
SYSMEM_LONGTEXT
,
add_bool
(
"directx-use-sysmem"
,
false
,
NULL
,
SYSMEM_TEXT
,
SYSMEM_LONGTEXT
,
true
)
add_bool
(
"directx-3buffering"
,
1
,
NULL
,
TRIPLEBUF_TEXT
,
add_bool
(
"directx-3buffering"
,
true
,
NULL
,
TRIPLEBUF_TEXT
,
TRIPLEBUF_LONGTEXT
,
true
)
add_string
(
"directx-device"
,
""
,
NULL
,
DEVICE_TEXT
,
DEVICE_LONGTEXT
,
...
...
@@ -183,10 +183,10 @@ vlc_module_begin ()
change_string_list
(
ppsz_dev
,
ppsz_dev_text
,
FindDevicesCallback
)
change_action_add
(
FindDevicesCallback
,
N_
(
"Refresh list"
)
)
add_bool
(
"directx-wallpaper"
,
0
,
NULL
,
WALLPAPER_TEXT
,
WALLPAPER_LONGTEXT
,
add_bool
(
"directx-wallpaper"
,
false
,
NULL
,
WALLPAPER_TEXT
,
WALLPAPER_LONGTEXT
,
true
)
set_description
(
N_
(
"DirectX video output"
)
)
set_description
(
N_
(
"DirectX
(DirectDraw)
video output"
)
)
set_capability
(
"video output"
,
100
)
add_shortcut
(
"directx"
)
set_callbacks
(
OpenVideo
,
CloseVideo
)
...
...
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