diff options
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 e12b3b0..eb10f22 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); |