summaryrefslogtreecommitdiff
path: root/libavcodec/vaapi_mpeg4.c
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2010-06-27 20:18:28 +0000
committerMåns Rullgård <mans@mansr.com>2010-06-27 20:18:28 +0000
commit7447204d2d4248b4c16249480e42b5f7b40da272 (patch)
treeab257a883bc00fca32c595fdbda8f690c721b932 /libavcodec/vaapi_mpeg4.c
parent0b37cccaabacf6bbe802733944490479246cddf9 (diff)
vaapi: add missing #include "h263.h"
Originally committed as revision 23833 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/vaapi_mpeg4.c')
-rw-r--r--libavcodec/vaapi_mpeg4.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/vaapi_mpeg4.c b/libavcodec/vaapi_mpeg4.c
index 466ce2fd91..8f02e91397 100644
--- a/libavcodec/vaapi_mpeg4.c
+++ b/libavcodec/vaapi_mpeg4.c
@@ -21,6 +21,7 @@
*/
#include "vaapi_internal.h"
+#include "h263.h"
/** Reconstruct bitstream intra_dc_vlc_thr */
static int mpeg4_get_intra_dc_vlc_thr(MpegEncContext *s)