FFmpeg
|
afc.c File Reference
Include dependency graph for afc.c:
Go to the source code of this file.
Data Structures | |
struct | AFCDemuxContext |
Typedefs | |
typedef struct AFCDemuxContext | AFCDemuxContext |
Functions | |
static int | afc_read_header (AVFormatContext *s) |
static int | afc_read_packet (AVFormatContext *s, AVPacket *pkt) |
Variables | |
AVInputFormat | ff_afc_demuxer |
Typedef Documentation
typedef struct AFCDemuxContext AFCDemuxContext |
Function Documentation
|
static |
|
static |
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 fallback to binary search via read_timestamp.
Definition: avformat.h:358
struct AFCDemuxContext AFCDemuxContext
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: libavutil/internal.h:123
#define AVFMT_NOGENSEARCH
Format does not allow to fallback to generic search.
Definition: avformat.h:359
Generated on Mon Nov 18 2024 06:52:04 for FFmpeg by 1.8.11