[FFmpeg-cvslog] avcodec/vdpau.h: define FF_API_BUFS_VDPAU if its not defined
Michael Niedermayer
git at videolan.org
Tue Aug 6 14:50:12 CEST 2013
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Tue Aug 6 14:36:14 2013 +0200| [66056f74a1e9c1baa910841e0c966cb3b74f0634] | committer: Michael Niedermayer
avcodec/vdpau.h: define FF_API_BUFS_VDPAU if its not defined
Similar to 50fb8c1114b9c2b7d299cbc17a18a457d12069a8
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=66056f74a1e9c1baa910841e0c966cb3b74f0634
---
libavcodec/vdpau.h | 3 +++
1 file changed, 3 insertions(+)
diff --git a/libavcodec/vdpau.h b/libavcodec/vdpau.h
index 9d3128e..b8d0fdd 100644
--- a/libavcodec/vdpau.h
+++ b/libavcodec/vdpau.h
@@ -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 {
More information about the ffmpeg-cvslog
mailing list