| Index: patched-ffmpeg-mt/libavcodec/flv.h
|
| ===================================================================
|
| --- patched-ffmpeg-mt/libavcodec/flv.h (revision 41250)
|
| +++ patched-ffmpeg-mt/libavcodec/flv.h (working copy)
|
| @@ -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);
|
|
|
|
|