summaryrefslogtreecommitdiffstats
path: root/libavutil/hwcontext_vdpau.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michael@niedermayer.cc>2016-10-10 02:41:24 +0200
committerMichael Niedermayer <michael@niedermayer.cc>2016-10-10 02:41:24 +0200
commit1bda0ee5305598f6658d3e49bdca2dd9f78a0ba4 (patch)
treed262c5b866cc4943cc0966a8c28e89b2ef8ff239 /libavutil/hwcontext_vdpau.c
parented2112fb36d7407d960b4f44475a700a7c44344c (diff)
downloadffmpeg-streaming-1bda0ee5305598f6658d3e49bdca2dd9f78a0ba4.zip
ffmpeg-streaming-1bda0ee5305598f6658d3e49bdca2dd9f78a0ba4.tar.gz
avutil/hwcontext_vdpau: Fix warning: "GET_CALLBACK" redefined
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavutil/hwcontext_vdpau.c')
-rw-r--r--libavutil/hwcontext_vdpau.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavutil/hwcontext_vdpau.c b/libavutil/hwcontext_vdpau.c
index 2b0fad3..49c44fe 100644
--- a/libavutil/hwcontext_vdpau.c
+++ b/libavutil/hwcontext_vdpau.c
@@ -160,6 +160,7 @@ do {
return 0;
}
+#undef GET_CALLBACK
static void vdpau_device_uninit(AVHWDeviceContext *ctx)
{
OpenPOWER on IntegriCloud