diff options
author | Måns Rullgård <mans@mansr.com> | 2010-03-08 18:43:52 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2010-03-08 18:43:52 +0000 |
commit | 9c9a0840d04b694df9d67e7dc344f813055239e0 (patch) | |
tree | ec6b247dffeb1094c1536dc23f8bccf1a54a0e2a /libavcodec/h263.h | |
parent | 8eecdc8b789e3fa5b640ddd26e29e9254a1dffe3 (diff) | |
download | ffmpeg-9c9a0840d04b694df9d67e7dc344f813055239e0.tar.gz |
Add lots of missing includes
Originally committed as revision 22337 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/h263.h')
-rw-r--r-- | libavcodec/h263.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libavcodec/h263.h b/libavcodec/h263.h index ec6e617ae3..678588a171 100644 --- a/libavcodec/h263.h +++ b/libavcodec/h263.h @@ -20,6 +20,12 @@ #ifndef AVCODEC_H263_H #define AVCODEC_H263_H +#include <stdint.h> +#include "libavutil/rational.h" +#include "get_bits.h" +#include "mpegvideo.h" +#include "rl.h" + // The defines below define the number of bits that are read at once for // reading vlc values. Changing these may improve speed and data cache needs // be aware though that decreasing them may need the number of stages that is |