|
FFmpeg
|
#include "codec_internal.h"#include "flvenc.h"#include "h263data.h"#include "mpegvideo.h"#include "mpegvideodata.h"#include "mpegvideoenc.h"Go to the source code of this file.
Functions | |
| void | ff_flv_encode_picture_header (MpegEncContext *s) |
| void | ff_flv2_encode_ac_esc (PutBitContext *pb, int slevel, int level, int run, int last) |
Variables | |
| const FFCodec | ff_flv_encoder |
| void ff_flv_encode_picture_header | ( | MpegEncContext * | s | ) |
Definition at line 28 of file flvenc.c.
Referenced by encode_picture().
| void ff_flv2_encode_ac_esc | ( | PutBitContext * | pb, |
| int | slevel, | ||
| int | level, | ||
| int | run, | ||
| int | last | ||
| ) |
Definition at line 76 of file flvenc.c.
Referenced by h263_encode_block().
| const FFCodec ff_flv_encoder |
1.8.17