libavcodec/dpx.c File Reference
#include "libavutil/intreadwrite.h"
#include "libavutil/imgutils.h"
#include "bytestream.h"
#include "avcodec.h"
Go to the source code of this file.
Function Documentation
Definition at line 52 of file dpx.c.
static unsigned make_16bit |
( |
unsigned |
value |
) |
[inline, static] |
static unsigned int read32 |
( |
const uint8_t ** |
ptr, |
|
|
int |
is_big | |
|
) |
| | [static] |
Variable Documentation
Initial value:
{
"dpx",
AVMEDIA_TYPE_VIDEO,
CODEC_ID_DPX,
sizeof(DPXContext),
decode_init,
NULL,
decode_end,
decode_frame,
0,
NULL,
.long_name = NULL_IF_CONFIG_SMALL("DPX image"),
}
Definition at line 236 of file dpx.c.