From 171f1446f05440c9f5ffb986e3dcc828e50d440a Mon Sep 17 00:00:00 2001 From: RĂ©mi Denis-Courmont Date: Mon, 14 Jan 2013 22:00:05 +0200 Subject: vdpau: Remove av_unused attribute from function declaration Signed-off-by: Diego Biurrun --- libavcodec/vdpau_internal.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libavcodec/vdpau_internal.h b/libavcodec/vdpau_internal.h index 87c94c803b..4aefc85196 100644 --- a/libavcodec/vdpau_internal.h +++ b/libavcodec/vdpau_internal.h @@ -34,8 +34,7 @@ static inline uintptr_t ff_vdpau_get_surface_id(Picture *pic) } int ff_vdpau_common_start_frame(AVCodecContext *avctx, - av_unused const uint8_t *buffer, - av_unused uint32_t size); + const uint8_t *buffer, uint32_t size); int ff_vdpau_common_end_frame(AVCodecContext *avctx); int ff_vdpau_add_buffer(AVCodecContext *avctx, const uint8_t *buf, uint32_t buf_size); -- cgit v1.2.3