projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea38276
)
vdpau: Remove av_unused attribute from function declaration
author
Rémi Denis-Courmont
<remi@remlab.net>
Mon, 14 Jan 2013 20:00:05 +0000
(22:00 +0200)
committer
Diego Biurrun
<diego@biurrun.de>
Mon, 14 Jan 2013 20:56:55 +0000
(21:56 +0100)
Signed-off-by: Diego Biurrun <diego@biurrun.de>
libavcodec/vdpau_internal.h
patch
|
blob
|
history
diff --git
a/libavcodec/vdpau_internal.h
b/libavcodec/vdpau_internal.h
index 87c94c803b6f43b1d771503a734ac24e513ed39c..4aefc85196803a93b8d99ea1f511a7054dc2213b 100644
(file)
--- 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);