FFmpeg
Data Structures | Functions | Variables
afc.c File Reference
#include "libavutil/channel_layout.h"
#include "avformat.h"
#include "demux.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

const FFInputFormat ff_afc_demuxer
 

Function Documentation

◆ afc_read_header()

static int afc_read_header ( AVFormatContext s)
static

Definition at line 31 of file afc.c.

◆ afc_read_packet()

static int afc_read_packet ( AVFormatContext s,
AVPacket pkt 
)
static

Definition at line 57 of file afc.c.

Variable Documentation

◆ ff_afc_demuxer

const FFInputFormat ff_afc_demuxer
Initial value:
= {
.p.name = "afc",
.p.long_name = NULL_IF_CONFIG_SMALL("AFC"),
.p.extensions = "afc",
.priv_data_size = sizeof(AFCDemuxContext),
}

Definition at line 72 of file afc.c.

AVFMT_NO_BYTE_SEEK
#define AVFMT_NO_BYTE_SEEK
Format does not allow seeking by bytes.
Definition: avformat.h:487
afc_read_packet
static int afc_read_packet(AVFormatContext *s, AVPacket *pkt)
Definition: afc.c:57
AVFMT_NOBINSEARCH
#define AVFMT_NOBINSEARCH
Format does not allow to fall back on binary search via read_timestamp.
Definition: avformat.h:485
read_packet
static int read_packet(void *opaque, uint8_t *buf, int buf_size)
Definition: avio_read_callback.c:42
read_header
static int read_header(FFV1Context *f)
Definition: ffv1dec.c:550
NULL_IF_CONFIG_SMALL
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
Definition: internal.h:94
AFCDemuxContext
Definition: afc.c:27
AVFMT_NOGENSEARCH
#define AVFMT_NOGENSEARCH
Format does not allow to fall back on generic search.
Definition: avformat.h:486
afc_read_header
static int afc_read_header(AVFormatContext *s)
Definition: afc.c:31