libavcodec/sunrast.c File Reference
#include "libavutil/intreadwrite.h"
#include "avcodec.h"
Go to the source code of this file.
Define Documentation
#define RT_BYTE_ENCODED 2 |
Function Documentation
static int sunrast_decode_frame |
( |
AVCodecContext * |
avctx, |
|
|
void * |
data, |
|
|
int * |
data_size, |
|
|
AVPacket * |
avpkt | |
|
) |
| | [static] |
Variable Documentation
Initial value:
{
"sunrast",
AVMEDIA_TYPE_VIDEO,
CODEC_ID_SUNRAST,
sizeof(SUNRASTContext),
sunrast_init,
NULL,
sunrast_end,
sunrast_decode_frame,
CODEC_CAP_DR1,
NULL,
.long_name = NULL_IF_CONFIG_SMALL("Sun Rasterfile image"),
}
Definition at line 186 of file sunrast.c.