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

Go to the source code of this file.

Data Structures

struct  GENHDemuxContext
 

Functions

static int genh_probe (AVProbeData *p)
 
static int genh_read_header (AVFormatContext *s)
 
static int genh_read_packet (AVFormatContext *s, AVPacket *pkt)
 

Variables

AVInputFormat ff_genh_demuxer
 

Function Documentation

static int genh_probe ( AVProbeData p)
static

Definition at line 31 of file genh.c.

static int genh_read_header ( AVFormatContext s)
static

Definition at line 41 of file genh.c.

static int genh_read_packet ( AVFormatContext s,
AVPacket pkt 
)
static

Definition at line 153 of file genh.c.

Variable Documentation

AVInputFormat ff_genh_demuxer
Initial value:
= {
.name = "genh",
.long_name = NULL_IF_CONFIG_SMALL("GENeric Header"),
.priv_data_size = sizeof(GENHDemuxContext),
.extensions = "genh",
}
static int genh_probe(AVProbeData *p)
Definition: genh.c:31
#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
static int read_packet(void *opaque, uint8_t *buf, int buf_size)
Definition: avio_reading.c:42
static int genh_read_packet(AVFormatContext *s, AVPacket *pkt)
Definition: genh.c:153
static int genh_read_header(AVFormatContext *s)
Definition: genh.c:41

Definition at line 186 of file genh.c.