FFmpeg  1.2.12
Data Structures | Typedefs | Functions | Variables
brender_pix.c File Reference
#include "libavutil/imgutils.h"
#include "avcodec.h"
#include "bytestream.h"
#include "internal.h"

Go to the source code of this file.

Data Structures

struct  BRPixContext
struct  BRPixHeader

Typedefs

typedef struct BRPixContext BRPixContext
typedef struct BRPixHeader BRPixHeader

Functions

static av_cold int brpix_init (AVCodecContext *avctx)
static int brpix_decode_header (BRPixHeader *out, GetByteContext *pgb)
static int brpix_decode_frame (AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt)
static av_cold int brpix_end (AVCodecContext *avctx)

Variables

AVCodec ff_brender_pix_decoder

Typedef Documentation

typedef struct BRPixContext BRPixContext
typedef struct BRPixHeader BRPixHeader

Function Documentation

static int brpix_decode_frame ( AVCodecContext avctx,
void data,
int *  got_frame,
AVPacket avpkt 
)
static

Definition at line 72 of file brender_pix.c.

static int brpix_decode_header ( BRPixHeader out,
GetByteContext pgb 
)
static

Definition at line 52 of file brender_pix.c.

Referenced by brpix_decode_frame().

static av_cold int brpix_end ( AVCodecContext avctx)
static

Definition at line 233 of file brender_pix.c.

static av_cold int brpix_init ( AVCodecContext avctx)
static

Definition at line 42 of file brender_pix.c.

Variable Documentation

AVCodec ff_brender_pix_decoder
Initial value:
{
.name = "brender_pix",
.priv_data_size = sizeof(BRPixContext),
.capabilities = CODEC_CAP_DR1,
.long_name = NULL_IF_CONFIG_SMALL("BRender PIX image"),
}

Definition at line 243 of file brender_pix.c.