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,
}

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,
}

Definition at line 48 of file img2_brender_pix.c.