#include "libavutil/intreadwrite.h"#include "libavutil/imgutils.h"#include "bytestream.h"#include "avcodec.h"Go to the source code of this file.
Data Structures | |
| struct | DPXContext |
Typedefs | |
| typedef struct DPXContext | DPXContext |
Functions | |
| static unsigned int | read32 (const uint8_t **ptr, int is_big) |
| static unsigned | make_16bit (unsigned value) |
| static int | decode_frame (AVCodecContext *avctx, void *data, int *data_size, AVPacket *avpkt) |
| static av_cold int | decode_init (AVCodecContext *avctx) |
| static av_cold int | decode_end (AVCodecContext *avctx) |
Variables | |
| AVCodec | ff_dpx_decoder |
| typedef struct DPXContext DPXContext |
|
static |
|
static |
|
static |
|
inlinestatic |
Definition at line 44 of file dpx.c.
Referenced by decode_frame().
|
static |
Definition at line 32 of file dpx.c.
Referenced by decode_frame().
| AVCodec ff_dpx_decoder |