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
a7b92cb5
Commit
a7b92cb5
authored
Jan 15, 2020
by
Linjie Fu
Committed by
Mark Thompson
Feb 24, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lavc/vaapi_decode: add decode support for HEVC_MAIN_STILL_PICTURE
Signed-off-by:
Linjie Fu
<
linjie.fu@intel.com
>
parent
669428ac
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
vaapi_decode.c
libavcodec/vaapi_decode.c
+2
-0
No files found.
libavcodec/vaapi_decode.c
View file @
a7b92cb5
...
@@ -386,6 +386,8 @@ static const struct {
...
@@ -386,6 +386,8 @@ static const struct {
#if VA_CHECK_VERSION(0, 37, 0)
#if VA_CHECK_VERSION(0, 37, 0)
MAP
(
HEVC
,
HEVC_MAIN
,
HEVCMain
),
MAP
(
HEVC
,
HEVC_MAIN
,
HEVCMain
),
MAP
(
HEVC
,
HEVC_MAIN_10
,
HEVCMain10
),
MAP
(
HEVC
,
HEVC_MAIN_10
,
HEVCMain10
),
MAP
(
HEVC
,
HEVC_MAIN_STILL_PICTURE
,
HEVCMain
),
#endif
#endif
#if VA_CHECK_VERSION(1, 2, 0)
#if VA_CHECK_VERSION(1, 2, 0)
MAP
(
HEVC
,
HEVC_REXT
,
None
,
MAP
(
HEVC
,
HEVC_REXT
,
None
,
...
...
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