#include <string.h>
#include "avformat.h"
Go to the source code of this file.
Defines | |
#define | MAX_READ_SIZE 4096 |
Functions | |
static int | apc_probe (AVProbeData *p) |
static int | apc_read_header (AVFormatContext *s) |
static int | apc_read_packet (AVFormatContext *s, AVPacket *pkt) |
Variables | |
AVInputFormat | ff_apc_demuxer |
#define MAX_READ_SIZE 4096 |
static int apc_probe | ( | AVProbeData * | p | ) | [static] |
static int apc_read_header | ( | AVFormatContext * | s | ) | [static] |
static int apc_read_packet | ( | AVFormatContext * | s, | |
AVPacket * | pkt | |||
) | [static] |
Initial value:
{ .name = "apc", .long_name = NULL_IF_CONFIG_SMALL("CRYO APC format"), .read_probe = apc_probe, .read_header = apc_read_header, .read_packet = apc_read_packet, }