Go to the source code of this file.
Classes | |
| struct | LclEncContext |
Functions | |
| static int | encode_frame (AVCodecContext *avctx, unsigned char *buf, int buf_size, void *data) |
| static int | encode_init (AVCodecContext *avctx) |
| static int | encode_end (AVCodecContext *avctx) |
Variables | |
| AVCodec | zlib_encoder |
| static int encode_frame | ( | AVCodecContext * | avctx, | |
| unsigned char * | buf, | |||
| int | buf_size, | |||
| void * | data | |||
| ) | [static] |
| static int encode_init | ( | AVCodecContext * | avctx | ) | [static] |
| static int encode_end | ( | AVCodecContext * | avctx | ) | [static] |
Initial value:
{
"zlib",
CODEC_TYPE_VIDEO,
CODEC_ID_ZLIB,
sizeof(LclEncContext),
encode_init,
encode_frame,
encode_end,
}
1.5.5