#include "avcodec.h"Go to the source code of this file.
Data Structures | |
| struct | SUNRASTContext |
Defines | |
| #define | RT_OLD 0 |
| #define | RT_STANDARD 1 |
| #define | RT_BYTE_ENCODED 2 |
| #define | RT_FORMAT_RGB 3 |
| #define | RT_FORMAT_TIFF 4 |
| #define | RT_FORMAT_IFF 5 |
Functions | |
| static int | sunrast_init (AVCodecContext *avctx) |
| static int | sunrast_decode_frame (AVCodecContext *avctx, void *data, int *data_size, const uint8_t *buf, int buf_size) |
| static int | sunrast_end (AVCodecContext *avctx) |
Variables | |
| AVCodec | sunrast_decoder |
| #define RT_BYTE_ENCODED 2 |
| #define RT_FORMAT_IFF 5 |
| static int sunrast_decode_frame | ( | AVCodecContext * | avctx, | |
| void * | data, | |||
| int * | data_size, | |||
| const uint8_t * | buf, | |||
| int | buf_size | |||
| ) | [static] |
| static int sunrast_end | ( | AVCodecContext * | avctx | ) | [static] |
| static int sunrast_init | ( | AVCodecContext * | avctx | ) | [static] |
Initial value:
{
"sunrast",
CODEC_TYPE_VIDEO,
CODEC_ID_SUNRAST,
sizeof(SUNRASTContext),
sunrast_init,
NULL,
sunrast_end,
sunrast_decode_frame,
0,
NULL
}
1.5.6