From 6ff3da4f6a8e460d77bb65fed4267bf48f513fcf Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Wed, 22 Feb 2017 11:39:21 +0100 Subject: [PATCH] Place attribute_deprecated in the right position for struct declarations libavcodec/vaapi.h:58:1: warning: attribute 'deprecated' is ignored, place it after "struct" to apply attribute to type declaration [-Wignored-attributes] (cherry picked from commit ed6a891c364f8b0850b557d9578b8920cc15a937) Signed-off-by: Mark Thompson --- libavcodec/vaapi.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libavcodec/vaapi.h b/libavcodec/vaapi.h index e68912d93b..bb28455329 100644 --- a/libavcodec/vaapi.h +++ b/libavcodec/vaapi.h @@ -53,8 +53,7 @@ * * Deprecated: use AVCodecContext.hw_frames_ctx instead. */ -attribute_deprecated -struct vaapi_context { +struct attribute_deprecated vaapi_context { /** * Window system dependent data *