Libav
|
#include "libavutil/intreadwrite.h"
#include "libavutil/imgutils.h"
#include "bytestream.h"
#include "avcodec.h"
#include "internal.h"
Go to the source code of this file.
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 *got_frame, AVPacket *avpkt) |
Variables | |
AVCodec | ff_dpx_decoder |
|
static |
Definition at line 28 of file dpx.c.
Referenced by decode_frame().
|
inlinestatic |
Definition at line 40 of file dpx.c.
Referenced by decode_frame().
|
static |
AVCodec ff_dpx_decoder |