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
ad0b948a
Commit
ad0b948a
authored
Jun 01, 2015
by
Steve Lhomme
Committed by
Jean-Baptiste Kempf
Jun 05, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
directx-va: directx_va_mode_t is only used in directx_va.c
Signed-off-by:
Jean-Baptiste Kempf
<
jb@videolan.org
>
parent
031caeb2
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
modules/codec/avcodec/directx_va.c
modules/codec/avcodec/directx_va.c
+7
-0
modules/codec/avcodec/directx_va.h
modules/codec/avcodec/directx_va.h
+0
-7
No files found.
modules/codec/avcodec/directx_va.c
View file @
ad0b948a
...
...
@@ -139,6 +139,13 @@ DEFINE_GUID(DXVA_ModeH263_D, 0x1b81be06, 0xa0c7, 0x11d3,
DEFINE_GUID
(
DXVA_ModeH263_E
,
0x1b81be07
,
0xa0c7
,
0x11d3
,
0xb9
,
0x84
,
0x00
,
0xc0
,
0x4f
,
0x2e
,
0x73
,
0xc5
);
DEFINE_GUID
(
DXVA_ModeH263_F
,
0x1b81be08
,
0xa0c7
,
0x11d3
,
0xb9
,
0x84
,
0x00
,
0xc0
,
0x4f
,
0x2e
,
0x73
,
0xc5
);
typedef
struct
{
const
char
*
name
;
const
GUID
*
guid
;
int
codec
;
const
int
*
p_profiles
;
// NULL or ends with 0
}
directx_va_mode_t
;
/* XXX Prefered modes must come first */
static
const
directx_va_mode_t
DXVA_MODES
[]
=
{
/* MPEG-1/2 */
...
...
modules/codec/avcodec/directx_va.h
View file @
ad0b948a
...
...
@@ -41,13 +41,6 @@
#include <unknwn.h>
typedef
struct
{
const
char
*
name
;
const
GUID
*
guid
;
int
codec
;
const
int
*
p_profiles
;
// NULL or ends with 0
}
directx_va_mode_t
;
/* */
typedef
struct
{
int
refcount
;
...
...
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