1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-10 06:10:52 +02:00

vaapi: Disable deprecation warnings around use of old struct vaapi_context

This commit is contained in:
Mark Thompson
2017-09-14 22:11:45 +01:00
parent b4ecf2b582
commit 375cf55fe9

View File

@@ -59,9 +59,11 @@ typedef struct VAAPIDecodeContext {
VAContextID va_context; VAContextID va_context;
#if FF_API_STRUCT_VAAPI_CONTEXT #if FF_API_STRUCT_VAAPI_CONTEXT
FF_DISABLE_DEPRECATION_WARNINGS
int have_old_context; int have_old_context;
struct vaapi_context *old_context; struct vaapi_context *old_context;
AVBufferRef *device_ref; AVBufferRef *device_ref;
FF_ENABLE_DEPRECATION_WARNINGS
#endif #endif
AVHWDeviceContext *device; AVHWDeviceContext *device;