FFmpeg
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | 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
 

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
 

Function Documentation

static av_cold int brpix_init ( AVCodecContext avctx)
static

Definition at line 42 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 int brpix_decode_frame ( AVCodecContext avctx,
void data,
int *  got_frame,
AVPacket avpkt 
)
static

Definition at line 72 of file brender_pix.c.

static av_cold int brpix_end ( AVCodecContext avctx)
static

Definition at line 233 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.