[FFmpeg-cvslog] vdpau_internal.h: Add missing include for FF_API_BUFS_VDPAU.

Reimar Döffinger git at videolan.org
Sun Aug 11 19:32:29 CEST 2013


ffmpeg | branch: master | Reimar Döffinger <Reimar.Doeffinger at gmx.de> | Sun Aug 11 11:11:53 2013 +0200| [d87f9da53c93eca0cb0fe2f7c41bb56b461a8c93] | committer: Reimar Döffinger

vdpau_internal.h: Add missing include for FF_API_BUFS_VDPAU.

Signed-off-by: Reimar Döffinger <Reimar.Doeffinger at gmx.de>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d87f9da53c93eca0cb0fe2f7c41bb56b461a8c93
---

 libavcodec/vdpau_internal.h |    1 +
 1 file changed, 1 insertion(+)

diff --git a/libavcodec/vdpau_internal.h b/libavcodec/vdpau_internal.h
index 001f17c..51d83d4 100644
--- a/libavcodec/vdpau_internal.h
+++ b/libavcodec/vdpau_internal.h
@@ -28,6 +28,7 @@
 #include <vdpau/vdpau.h>
 #include "h264.h"
 #include "mpegvideo.h"
+#include "vdpau.h"
 
 /** Extract VdpVideoSurface from a Picture */
 static inline uintptr_t ff_vdpau_get_surface_id(Picture *pic)



More information about the ffmpeg-cvslog mailing list