Go to the source code of this file.
Functions | |
| static void | dvd_encode_rle (uint8_t **pq, const uint8_t *bitmap, int linesize, int w, int h, const int cmap[256]) |
| static int | encode_dvd_subtitles (uint8_t *outbuf, int outbuf_size, const AVSubtitle *h) |
| static int | dvdsub_init_encoder (AVCodecContext *avctx) |
| static int | dvdsub_close_encoder (AVCodecContext *avctx) |
| static int | dvdsub_encode (AVCodecContext *avctx, unsigned char *buf, int buf_size, void *data) |
Variables | |
| AVCodec | dvdsub_encoder |
| static void dvd_encode_rle | ( | uint8_t ** | pq, | |
| const uint8_t * | bitmap, | |||
| int | linesize, | |||
| int | w, | |||
| int | h, | |||
| const int | cmap[256] | |||
| ) | [static] |
| static int encode_dvd_subtitles | ( | uint8_t * | outbuf, | |
| int | outbuf_size, | |||
| const AVSubtitle * | h | |||
| ) | [static] |
| static int dvdsub_init_encoder | ( | AVCodecContext * | avctx | ) | [static] |
Definition at line 207 of file dvdsubenc.c.
| static int dvdsub_close_encoder | ( | AVCodecContext * | avctx | ) | [static] |
Definition at line 212 of file dvdsubenc.c.
| static int dvdsub_encode | ( | AVCodecContext * | avctx, | |
| unsigned char * | buf, | |||
| int | buf_size, | |||
| void * | data | |||
| ) | [static] |
Definition at line 217 of file dvdsubenc.c.
Initial value:
{
"dvdsub",
CODEC_TYPE_SUBTITLE,
CODEC_ID_DVD_SUBTITLE,
0,
dvdsub_init_encoder,
dvdsub_encode,
dvdsub_close_encoder,
}
Definition at line 228 of file dvdsubenc.c.
1.5.5