Raw Video Decoder.
More...
#include "avcodec.h"
#include "raw.h"
Go to the source code of this file.
Detailed Description
Raw Video Decoder.
Definition in file rawdec.c.
Typedef Documentation
Function Documentation
static av_cold int raw_close_decoder |
( |
AVCodecContext * |
avctx |
) |
[static] |
static int raw_decode |
( |
AVCodecContext * |
avctx, |
|
|
void * |
data, |
|
|
int * |
data_size, |
|
|
const uint8_t * |
buf, |
|
|
int |
buf_size | |
|
) |
| | [static] |
static av_cold int raw_init_decoder |
( |
AVCodecContext * |
avctx |
) |
[static] |
Variable Documentation
Initial value: {
{ PIX_FMT_PAL8, 4 },
{ PIX_FMT_PAL8, 8 },
{ PIX_FMT_RGB555, 15 },
{ PIX_FMT_RGB555, 16 },
{ PIX_FMT_BGR24, 24 },
{ PIX_FMT_RGB32, 32 },
{ PIX_FMT_NONE, 0 },
}
Definition at line 37 of file rawdec.c.
Initial value: {
{ PIX_FMT_PAL8, 4 },
{ PIX_FMT_PAL8, 8 },
{ PIX_FMT_BGR555, 16 },
{ PIX_FMT_RGB24, 24 },
{ PIX_FMT_BGR32_1, 32 },
{ PIX_FMT_NONE, 0 },
}
Definition at line 47 of file rawdec.c.
Initial value:
Definition at line 159 of file rawdec.c.