diff mbox

[FFmpeg-devel] vaapi: Disable deprecation warnings around use of old struct vaapi_context

Message ID 87a64bf7-2ce6-fb47-ca61-2aa1fe84c210@jkqxz.net
State Accepted
Commit 375cf55fe9f574e42bd3519f08993125ac66c725
Headers show

Commit Message

Mark Thompson Sept. 14, 2017, 9:17 p.m. UTC
---
 libavcodec/vaapi_decode.h | 2 ++
 1 file changed, 2 insertions(+)
diff mbox

Patch

diff --git a/libavcodec/vaapi_decode.h b/libavcodec/vaapi_decode.h
index 4fe414c504..550ee05432 100644
--- a/libavcodec/vaapi_decode.h
+++ b/libavcodec/vaapi_decode.h
@@ -59,9 +59,11 @@  typedef struct VAAPIDecodeContext {
     VAContextID           va_context;
 
 #if FF_API_STRUCT_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;