Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
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
Commits
8a7b1417
Commit
8a7b1417
authored
May 28, 2015
by
Steve Lhomme
Committed by
Jean-Baptiste Kempf
May 28, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
FourCC: add D3D11 opaque GPU surface
Signed-off-by:
Jean-Baptiste Kempf
<
jb@videolan.org
>
parent
e34bee32
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
include/vlc_fourcc.h
include/vlc_fourcc.h
+3
-0
src/misc/fourcc.c
src/misc/fourcc.c
+2
-1
No files found.
include/vlc_fourcc.h
View file @
8a7b1417
...
...
@@ -335,6 +335,9 @@
/* DXVA2 opaque video surface for use with D3D9 */
#define VLC_CODEC_D3D9_OPAQUE VLC_FOURCC('D','X','A','9')
/* D3D11VA opaque video surface for use with D3D11 */
#define VLC_CODEC_D3D11_OPAQUE VLC_FOURCC('D','X','1','1')
/* Image codec (video) */
#define VLC_CODEC_PNG VLC_FOURCC('p','n','g',' ')
#define VLC_CODEC_PPM VLC_FOURCC('p','p','m',' ')
...
...
src/misc/fourcc.c
View file @
8a7b1417
...
...
@@ -2192,7 +2192,8 @@ static const struct
{
{
VLC_CODEC_VDPAU_VIDEO_420
,
VLC_CODEC_VDPAU_VIDEO_422
,
VLC_CODEC_VDPAU_VIDEO_444
,
VLC_CODEC_VDPAU_OUTPUT
},
FAKE_FMT
()
},
{
{
VLC_CODEC_ANDROID_OPAQUE
,
VLC_CODEC_MMAL_OPAQUE
,
VLC_CODEC_D3D9_OPAQUE
,
},
{
{
VLC_CODEC_ANDROID_OPAQUE
,
VLC_CODEC_MMAL_OPAQUE
,
VLC_CODEC_D3D9_OPAQUE
,
VLC_CODEC_D3D11_OPAQUE
},
FAKE_FMT
()
},
{
{
0
},
FAKE_FMT
()
}
...
...
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