FFmpeg
|
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) |
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().