dvbsub.c File Reference
Go to the source code of this file.
|
Classes |
| struct | DVBSubtitleContext |
Functions |
| static void | dvb_encode_rle2 (uint8_t **pq, const uint8_t *bitmap, int linesize, int w, int h) |
| static void | dvb_encode_rle4 (uint8_t **pq, const uint8_t *bitmap, int linesize, int w, int h) |
| static int | encode_dvb_subtitles (DVBSubtitleContext *s, uint8_t *outbuf, AVSubtitle *h) |
| static int | dvbsub_init_decoder (AVCodecContext *avctx) |
| static int | dvbsub_close_decoder (AVCodecContext *avctx) |
| static int | dvbsub_encode (AVCodecContext *avctx, unsigned char *buf, int buf_size, void *data) |
Variables |
| AVCodec | dvbsub_encoder |
Function Documentation
| static void dvb_encode_rle2 |
( |
uint8_t ** |
pq, |
|
|
const uint8_t * |
bitmap, |
|
|
int |
linesize, |
|
|
int |
w, |
|
|
int |
h | |
|
) |
| | [static] |
| static void dvb_encode_rle4 |
( |
uint8_t ** |
pq, |
|
|
const uint8_t * |
bitmap, |
|
|
int |
linesize, |
|
|
int |
w, |
|
|
int |
h | |
|
) |
| | [static] |
| static int dvbsub_encode |
( |
AVCodecContext * |
avctx, |
|
|
unsigned char * |
buf, |
|
|
int |
buf_size, |
|
|
void * |
data | |
|
) |
| | [static] |
Variable Documentation
Initial value:
Definition at line 414 of file dvbsub.c.