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/flv.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/flv.h')
-rw-r--r-- | libavcodec/flv.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libavcodec/flv.h b/libavcodec/flv.h index e12b3b0268..eb10f22608 100644 --- a/libavcodec/flv.h +++ b/libavcodec/flv.h @@ -20,6 +20,10 @@ #ifndef AVCODEC_FLV_H #define AVCODEC_FLV_H +#include "mpegvideo.h" +#include "get_bits.h" +#include "put_bits.h" + void ff_flv_encode_picture_header(MpegEncContext * s, int picture_number); void ff_flv2_encode_ac_esc(PutBitContext *pb, int slevel, int level, int run, int last); |