summaryrefslogtreecommitdiff
path: root/libavcodec/vdpau_internal.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2015-02-05 17:39:44 +0100
committerDiego Biurrun <diego@biurrun.de>2015-02-14 10:56:01 -0800
commitecbcebde344c9eaeb8877ba2c5d32eb3af621e7f (patch)
tree62c721514bdabedd635aec7cb7e7ea60beb4b40d /libavcodec/vdpau_internal.h
parent36cf8eb4489f8709b5fb1cdb87e125ef53301c2f (diff)
vdpau: Adjust necessary #includes for vdpau_internal.h
Diffstat (limited to 'libavcodec/vdpau_internal.h')
-rw-r--r--libavcodec/vdpau_internal.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/libavcodec/vdpau_internal.h b/libavcodec/vdpau_internal.h
index 9cc953887a..f35c99d3a5 100644
--- a/libavcodec/vdpau_internal.h
+++ b/libavcodec/vdpau_internal.h
@@ -27,9 +27,10 @@
#include <stdint.h>
#include <vdpau/vdpau.h>
+#include "libavutil/frame.h"
+
#include "avcodec.h"
-#include "mpegvideo.h"
-#include "version.h"
+#include "vdpau.h"
/** Extract VdpVideoSurface from an AVFrame */
static inline uintptr_t ff_vdpau_get_surface_id(AVFrame *pic)