From 84f8d1f604a324c074ce2b10397b16b894dda56a Mon Sep 17 00:00:00 2001
From: Diego Biurrun <diego@biurrun.de>
Date: Sun, 11 Jan 2009 20:12:14 +0000
Subject: [PATCH] Add missing #include to fix 'make checkheaders'.

Originally committed as revision 16545 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 libavcodec/vdpau_internal.h | 1 +
 1 file changed, 1 insertion(+)

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);