Commit 66056f74 authored by Michael Niedermayer's avatar Michael Niedermayer

avcodec/vdpau.h: define FF_API_BUFS_VDPAU if its not defined

Similar to 50fb8c11Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 9547e3ee
......@@ -56,6 +56,9 @@
#ifndef FF_API_CAP_VDPAU
#define FF_API_CAP_VDPAU 1
#endif
#ifndef FF_API_BUFS_VDPAU
#define FF_API_BUFS_VDPAU 1
#endif
#if FF_API_BUFS_VDPAU
union AVVDPAUPictureInfo {
......
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