FFmpeg
Loading...
Searching...
No Matches
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),
}
static int afc_read_packet(AVFormatContext *s, AVPacket *pkt)
Definition afc.c:57
static int afc_read_header(AVFormatContext *s)
Definition afc.c:31
#define AVFMT_NO_BYTE_SEEK
Format does not allow seeking by bytes.
Definition avformat.h:506
#define AVFMT_NOGENSEARCH
Format does not allow to fall back on generic search.
Definition avformat.h:505
#define AVFMT_NOBINSEARCH
Format does not allow to fall back on binary search via read_timestamp.
Definition avformat.h:504
static int read_packet(void *opaque, uint8_t *buf, int buf_size)
static int read_header(FFV1Context *f, RangeCoder *c)
Definition ffv1dec.c:578
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
Definition internal.h:88

Definition at line 72 of file afc.c.