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
7e20c8f5
Commit
7e20c8f5
authored
May 29, 2017
by
Hendrik Leppkes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avcodec/vp9: add profile 2 10-bit DXVA2/D3D11 decoding support
Fixes trac ticket #7099.
parent
b4159d95
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vp9.c
libavcodec/vp9.c
+1
-1
No files found.
libavcodec/vp9.c
View file @
7e20c8f5
...
...
@@ -188,6 +188,7 @@ static int update_size(AVCodecContext *avctx, int w, int h)
switch
(
s
->
pix_fmt
)
{
case
AV_PIX_FMT_YUV420P
:
case
AV_PIX_FMT_YUV420P10
:
#if CONFIG_VP9_DXVA2_HWACCEL
*
fmtp
++
=
AV_PIX_FMT_DXVA2_VLD
;
#endif
...
...
@@ -202,7 +203,6 @@ static int update_size(AVCodecContext *avctx, int w, int h)
*
fmtp
++
=
AV_PIX_FMT_VAAPI
;
#endif
break
;
case
AV_PIX_FMT_YUV420P10
:
case
AV_PIX_FMT_YUV420P12
:
#if CONFIG_VP9_NVDEC_HWACCEL
*
fmtp
++
=
AV_PIX_FMT_CUDA
;
...
...
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