FFmpeg
|
#include "libavutil/intreadwrite.h"
#include "libavutil/imgutils.h"
#include "bytestream.h"
#include "avcodec.h"
#include "internal.h"
Include dependency graph for dpx.c:
Go to the source code of this file.
Functions | |
static unsigned int | read32 (const uint8_t **ptr, int is_big) |
static uint16_t | read10in32 (const uint8_t **ptr, uint32_t *lbuf, int *n_datum, int is_big) |
static int | decode_frame (AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt) |
Variables | |
AVCodec | ff_dpx_decoder |
Function Documentation
|
static |
|
static |
Definition at line 40 of file dpx.c.
Referenced by decode_frame().
|
static |
Definition at line 28 of file dpx.c.
Referenced by decode_frame(), and read10in32().
Variable Documentation
AVCodec ff_dpx_decoder |
Initial value:
= {
.name = "dpx",
.type = AVMEDIA_TYPE_VIDEO,
.id = AV_CODEC_ID_DPX,
.decode = decode_frame,
.long_name = NULL_IF_CONFIG_SMALL("DPX image"),
.capabilities = CODEC_CAP_DR1,
}
static int decode_frame(AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt)
Definition: dpx.c:55
#define CODEC_CAP_DR1
Codec uses get_buffer() for allocating buffers and supports custom allocators.
Definition: libavcodec/avcodec.h:743
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: libavutil/internal.h:123
Definition: libavcodec/avcodec.h:231
Definition: avutil.h:143
Generated on Mon Nov 18 2024 06:52:05 for FFmpeg by 1.8.11