Browse Source

avutil/hwcontext_vdpau: Fix warning: "GET_CALLBACK" redefined

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
tags/n3.2
Michael Niedermayer 9 years ago
parent
commit
1bda0ee530
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavutil/hwcontext_vdpau.c

+ 1
- 0
libavutil/hwcontext_vdpau.c View File

@@ -160,6 +160,7 @@ do {

return 0;
}
#undef GET_CALLBACK

static void vdpau_device_uninit(AVHWDeviceContext *ctx)
{


Loading…
Cancel
Save