Go to the source code of this file.
Classes | |
| struct | TXDContext |
Functions | |
| static int | txd_init (AVCodecContext *avctx) |
| static int | txd_decode_frame (AVCodecContext *avctx, void *data, int *data_size, uint8_t *buf, int buf_size) |
| static int | txd_end (AVCodecContext *avctx) |
Variables | |
| AVCodec | txd_decoder |
| static int txd_init | ( | AVCodecContext * | avctx | ) | [static] |
Definition at line 31 of file libavcodec/txd.c.
| static int txd_decode_frame | ( | AVCodecContext * | avctx, | |
| void * | data, | |||
| int * | data_size, | |||
| uint8_t * | buf, | |||
| int | buf_size | |||
| ) | [static] |
Definition at line 41 of file libavcodec/txd.c.
| static int txd_end | ( | AVCodecContext * | avctx | ) | [static] |
Definition at line 145 of file libavcodec/txd.c.
Initial value:
{
"txd",
CODEC_TYPE_VIDEO,
CODEC_ID_TXD,
sizeof(TXDContext),
txd_init,
NULL,
txd_end,
txd_decode_frame,
0,
NULL
}
Definition at line 154 of file libavcodec/txd.c.
1.5.5