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 aliaspix_read_probe (AVProbeData *p)
 

Variables

AVInputFormat ff_image2_brender_pix_demuxer
 

Function Documentation

static int aliaspix_read_probe ( AVProbeData p)
static

Definition at line 25 of file img2_brender_pix.c.

Variable Documentation

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

Definition at line 41 of file img2_brender_pix.c.