libavformat/apc.c File Reference

#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, AVFormatParameters *ap)
static int apc_read_packet (AVFormatContext *s, AVPacket *pkt)

Variables

AVInputFormat ff_apc_demuxer


Define Documentation

#define MAX_READ_SIZE   4096

Definition at line 73 of file apc.c.

Referenced by apc_read_packet().


Function Documentation

static int apc_probe ( AVProbeData p  )  [static]

Definition at line 25 of file apc.c.

static int apc_read_header ( AVFormatContext s,
AVFormatParameters ap 
) [static]

Definition at line 33 of file apc.c.

static int apc_read_packet ( AVFormatContext s,
AVPacket pkt 
) [static]

Definition at line 75 of file apc.c.


Variable Documentation

Initial value:

 {
    "apc",
    NULL_IF_CONFIG_SMALL("CRYO APC format"),
    0,
    apc_probe,
    apc_read_header,
    apc_read_packet,
}

Definition at line 83 of file apc.c.


Generated on Fri Oct 26 02:38:20 2012 for FFmpeg by  doxygen 1.5.8