Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2015-02-05 19:39:44 +0300
committerDiego Biurrun <diego@biurrun.de>2015-02-14 21:56:01 +0300
commitecbcebde344c9eaeb8877ba2c5d32eb3af621e7f (patch)
tree62c721514bdabedd635aec7cb7e7ea60beb4b40d /libavcodec/vdpau_mpeg12.c
parent36cf8eb4489f8709b5fb1cdb87e125ef53301c2f (diff)
vdpau: Adjust necessary #includes for vdpau_internal.h
Diffstat (limited to 'libavcodec/vdpau_mpeg12.c')
-rw-r--r--libavcodec/vdpau_mpeg12.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/vdpau_mpeg12.c b/libavcodec/vdpau_mpeg12.c
index 421abe960f..cb6f81a76d 100644
--- a/libavcodec/vdpau_mpeg12.c
+++ b/libavcodec/vdpau_mpeg12.c
@@ -24,6 +24,7 @@
#include <vdpau/vdpau.h>
#include "avcodec.h"
+#include "mpegvideo.h"
#include "vdpau.h"
#include "vdpau_internal.h"