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

Go to the source code of this file.

Data Structures

struct  AFCDemuxContext
 

Functions

static int afc_read_header (AVFormatContext *s)
 
static int afc_read_packet (AVFormatContext *s, AVPacket *pkt)
 

Variables

AVInputFormat ff_afc_demuxer
 

Function Documentation

static int afc_read_header ( AVFormatContext s)
static

Definition at line 30 of file afc.c.

static int afc_read_packet ( AVFormatContext s,
AVPacket pkt 
)
static

Definition at line 56 of file afc.c.

Variable Documentation

AVInputFormat ff_afc_demuxer
Initial value:
= {
.name = "afc",
.long_name = NULL_IF_CONFIG_SMALL("AFC"),
.priv_data_size = sizeof(AFCDemuxContext),
.extensions = "afc",
}
#define AVFMT_NOBINSEARCH
Format does not allow to fall back on binary search via read_timestamp.
Definition: avformat.h:492
static int afc_read_header(AVFormatContext *s)
Definition: afc.c:30
#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_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 afc_read_packet(AVFormatContext *s, AVPacket *pkt)
Definition: afc.c:56
#define AVFMT_NOGENSEARCH
Format does not allow to fall back on generic search.
Definition: avformat.h:493
static int flags
Definition: cpu.c:47
#define AVFMT_NO_BYTE_SEEK
Format does not allow seeking by bytes.
Definition: avformat.h:494

Definition at line 71 of file afc.c.