FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
img2_brender_pix.c File Reference
#include "img2.h"
#include "libavutil/intreadwrite.h"

Go to the source code of this file.

Functions

static int brender_read_probe (AVProbeData *p)
 

Variables

static const AVClass image2_brender_pix_class
 
AVInputFormat ff_image2_brender_pix_demuxer
 

Function Documentation

static int brender_read_probe ( AVProbeData p)
static

Definition at line 25 of file img2_brender_pix.c.

Variable Documentation

const AVClass image2_brender_pix_class
static
Initial value:
= {
.class_name = "brender_pix demuxer",
.item_name = av_default_item_name,
.option = ff_img_options,
}
#define LIBAVUTIL_VERSION_INT
Definition: version.h:85
const AVOption ff_img_options[]
Definition: img2dec.c:563
av_default_item_name

Definition at line 41 of file img2_brender_pix.c.

AVInputFormat ff_image2_brender_pix_demuxer
Initial value:
= {
.name = "brender_pix",
.long_name = NULL_IF_CONFIG_SMALL("BRender PIX image"),
.priv_data_size = sizeof(VideoDemuxData),
.raw_codec_id = AV_CODEC_ID_BRENDER_PIX,
.priv_class = &image2_brender_pix_class,
}
static int brender_read_probe(AVProbeData *p)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: internal.h:176
static int read_probe(AVProbeData *pd)
Definition: jvdec.c:55
static int read_header(FFV1Context *f)
Definition: ffv1dec.c:514
int ff_img_read_packet(AVFormatContext *s1, AVPacket *pkt)
Definition: img2dec.c:372
static int read_packet(void *opaque, uint8_t *buf, int buf_size)
Definition: avio_reading.c:42
static const AVClass image2_brender_pix_class
int ff_img_read_header(AVFormatContext *s1)
Definition: img2dec.c:179

Definition at line 48 of file img2_brender_pix.c.