diff options
author | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2013-08-11 11:11:53 +0200 |
---|---|---|
committer | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2013-08-11 19:30:51 +0200 |
commit | d87f9da53c93eca0cb0fe2f7c41bb56b461a8c93 (patch) | |
tree | ebd67456076d9ea697f3cc6d3049ae4a317ee18f /libavcodec/vdpau_internal.h | |
parent | 49cf36f4e3e9183611859af1a07dc6a82ab47288 (diff) | |
download | ffmpeg-d87f9da53c93eca0cb0fe2f7c41bb56b461a8c93.tar.gz |
vdpau_internal.h: Add missing include for FF_API_BUFS_VDPAU.
Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
Diffstat (limited to 'libavcodec/vdpau_internal.h')
-rw-r--r-- | libavcodec/vdpau_internal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/vdpau_internal.h b/libavcodec/vdpau_internal.h index 001f17cf36..51d83d441f 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) |