summaryrefslogtreecommitdiff
path: root/libavcodec/vdpau_internal.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2009-01-11 20:12:14 +0000
committerDiego Biurrun <diego@biurrun.de>2009-01-11 20:12:14 +0000
commit84f8d1f604a324c074ce2b10397b16b894dda56a (patch)
treec937dfe6421eb572a322a173a7316b8add8a480a /libavcodec/vdpau_internal.h
parent0f010b2f5bca3c71d5ef9f85aa4ad33a92464171 (diff)
Add missing #include to fix 'make checkheaders'.
Originally committed as revision 16545 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/vdpau_internal.h')
-rw-r--r--libavcodec/vdpau_internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/vdpau_internal.h b/libavcodec/vdpau_internal.h
index 9a4989009e..cefd97754a 100644
--- a/libavcodec/vdpau_internal.h
+++ b/libavcodec/vdpau_internal.h
@@ -25,6 +25,7 @@
#define AVCODEC_VDPAU_INTERNAL_H
#include <stdint.h>
+#include "mpegvideo.h"
void ff_vdpau_add_data_chunk(MpegEncContext *s, const uint8_t *buf,
int buf_size);