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

Definition at line 73 of file afc.c.