Commit 1bda0ee5 authored by Michael Niedermayer's avatar Michael Niedermayer

avutil/hwcontext_vdpau: Fix warning: "GET_CALLBACK" redefined

Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent ed2112fb
...@@ -160,6 +160,7 @@ do { ...@@ -160,6 +160,7 @@ do {
return 0; return 0;
} }
#undef GET_CALLBACK
static void vdpau_device_uninit(AVHWDeviceContext *ctx) static void vdpau_device_uninit(AVHWDeviceContext *ctx)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment