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
94ab0bef
Commit
94ab0bef
authored
Oct 01, 2017
by
Mark Thompson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
vaapi: Disable deprecation warnings around use of struct vaapi_context
parent
b487add7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
vaapi_decode.h
libavcodec/vaapi_decode.h
+3
-0
No files found.
libavcodec/vaapi_decode.h
View file @
94ab0bef
...
...
@@ -24,6 +24,7 @@
#include "libavutil/frame.h"
#include "libavutil/hwcontext.h"
#include "libavutil/hwcontext_vaapi.h"
#include "libavutil/internal.h"
#include "avcodec.h"
...
...
@@ -57,9 +58,11 @@ typedef struct VAAPIDecodeContext {
VAContextID
va_context
;
#if FF_API_VAAPI_CONTEXT
FF_DISABLE_DEPRECATION_WARNINGS
int
have_old_context
;
struct
vaapi_context
*
old_context
;
AVBufferRef
*
device_ref
;
FF_ENABLE_DEPRECATION_WARNINGS
#endif
AVHWDeviceContext
*
device
;
...
...
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