#include <string.h>
#include "libavutil/channel_layout.h"
#include "avformat.h"
#include "internal.h"
Go to the source code of this file.
◆ MAX_READ_SIZE
#define MAX_READ_SIZE 4096 |
◆ apc_probe()
Definition at line 28 of file apc.c.
◆ apc_read_header()
Definition at line 36 of file apc.c.
◆ apc_read_packet()
Definition at line 77 of file apc.c.
◆ ff_apc_demuxer
Initial value:= {
.name = "apc",
}
static int apc_read_packet(AVFormatContext *s, AVPacket *pkt)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static int apc_read_header(AVFormatContext *s)
static int apc_probe(AVProbeData *p)
Definition at line 86 of file apc.c.