FFmpeg
|
brender_pix.c File Reference
Include dependency graph for brender_pix.c:
Go to the source code of this file.
Data Structures | |
struct | BRPixHeader |
Typedefs | |
typedef struct BRPixHeader | BRPixHeader |
Functions | |
static int | brpix_decode_header (BRPixHeader *out, GetByteContext *pgb) |
static int | brpix_decode_frame (AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt) |
Variables | |
AVCodec | ff_brender_pix_decoder |
Typedef Documentation
typedef struct BRPixHeader BRPixHeader |
Function Documentation
|
static |
Definition at line 58 of file brender_pix.c.
|
static |
Definition at line 38 of file brender_pix.c.
Referenced by brpix_decode_frame().
Variable Documentation
AVCodec ff_brender_pix_decoder |
Initial value:
= {
.name = "brender_pix",
.type = AVMEDIA_TYPE_VIDEO,
.id = AV_CODEC_ID_BRENDER_PIX,
.decode = brpix_decode_frame,
.capabilities = CODEC_CAP_DR1,
.long_name = NULL_IF_CONFIG_SMALL("BRender PIX image"),
}
#define CODEC_CAP_DR1
Codec uses get_buffer() for allocating buffers and supports custom allocators.
Definition: libavcodec/avcodec.h:743
static int brpix_decode_frame(AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt)
Definition: brender_pix.c:58
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: libavutil/internal.h:123
Definition: avutil.h:143
Definition: libavcodec/avcodec.h:272
Definition at line 212 of file brender_pix.c.
Generated on Tue Jan 21 2025 06:52:32 for FFmpeg by 1.8.11