diff options
author | Måns Rullgård <mans@mansr.com> | 2010-06-27 20:18:28 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2010-06-27 20:18:28 +0000 |
commit | 7447204d2d4248b4c16249480e42b5f7b40da272 (patch) | |
tree | ab257a883bc00fca32c595fdbda8f690c721b932 | |
parent | 0b37cccaabacf6bbe802733944490479246cddf9 (diff) | |
download | ffmpeg-7447204d2d4248b4c16249480e42b5f7b40da272.tar.gz |
vaapi: add missing #include "h263.h"
Originally committed as revision 23833 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavcodec/vaapi_mpeg4.c | 1 |
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) |