Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
654c7446
Commit
654c7446
authored
Mar 25, 2014
by
Rémi Denis-Courmont
Committed by
Vittorio Giovara
Mar 31, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
vc1dec: improve hwaccel #ifdefs
parent
33259118
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
vc1dec.c
libavcodec/vc1dec.c
+3
-3
No files found.
libavcodec/vc1dec.c
View file @
654c7446
...
@@ -6122,13 +6122,13 @@ static const AVProfile profiles[] = {
...
@@ -6122,13 +6122,13 @@ static const AVProfile profiles[] = {
};
};
static
const
enum
AVPixelFormat
vc1_hwaccel_pixfmt_list_420
[]
=
{
static
const
enum
AVPixelFormat
vc1_hwaccel_pixfmt_list_420
[]
=
{
#if CONFIG_
DXVA2
#if CONFIG_
VC1_DXVA2_HWACCEL
AV_PIX_FMT_DXVA2_VLD
,
AV_PIX_FMT_DXVA2_VLD
,
#endif
#endif
#if CONFIG_V
AAPI
#if CONFIG_V
C1_VAAPI_HWACCEL
AV_PIX_FMT_VAAPI_VLD
,
AV_PIX_FMT_VAAPI_VLD
,
#endif
#endif
#if CONFIG_V
DPAU
#if CONFIG_V
C1_VDPAU_HWACCEL
AV_PIX_FMT_VDPAU
,
AV_PIX_FMT_VDPAU
,
#endif
#endif
AV_PIX_FMT_YUV420P
,
AV_PIX_FMT_YUV420P
,
...
...
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