[FFmpeg-cvslog] vdpau: Remove av_unused attribute from function declaration
Rémi Denis-Courmont
git at videolan.org
Tue Jan 15 15:30:17 CET 2013
ffmpeg | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Mon Jan 14 22:00:05 2013 +0200| [171f1446f05440c9f5ffb986e3dcc828e50d440a] | committer: Diego Biurrun
vdpau: Remove av_unused attribute from function declaration
Signed-off-by: Diego Biurrun <diego at biurrun.de>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=171f1446f05440c9f5ffb986e3dcc828e50d440a
---
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 87c94c8..4aefc85 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);
More information about the ffmpeg-cvslog
mailing list