libavformat/sol.c File Reference

#include "avformat.h"
#include "raw.h"
#include "riff.h"
#include "bswap.h"

Go to the source code of this file.

Defines

#define AU_UNKNOWN_SIZE   ((uint32_t)(~0))
#define SOL_DPCM   1
#define SOL_16BIT   4
#define SOL_STEREO   16
#define MAX_SIZE   4096

Functions

static int sol_probe (AVProbeData *p)
static int sol_codec_id (int magic, int type)
static int sol_codec_type (int magic, int type)
static int sol_channels (int magic, int type)
static int sol_read_header (AVFormatContext *s, AVFormatParameters *ap)
static int sol_read_packet (AVFormatContext *s, AVPacket *pkt)
static int sol_read_close (AVFormatContext *s)

Variables

AVInputFormat sol_demuxer


Define Documentation

#define AU_UNKNOWN_SIZE   ((uint32_t)(~0))

Definition at line 32 of file sol.c.

#define MAX_SIZE   4096

Definition at line 126 of file sol.c.

#define SOL_16BIT   4

Definition at line 48 of file sol.c.

Referenced by sol_codec_id(), and sol_codec_type().

#define SOL_DPCM   1

Definition at line 47 of file sol.c.

Referenced by avcodec_register_all(), sol_codec_id(), and sol_codec_type().

#define SOL_STEREO   16

Definition at line 49 of file sol.c.

Referenced by sol_channels().


Function Documentation

static int sol_channels ( int  magic,
int  type 
) [static]

Definition at line 80 of file sol.c.

Referenced by sol_read_header().

static int sol_codec_id ( int  magic,
int  type 
) [static]

Definition at line 51 of file sol.c.

Referenced by sol_read_header().

static int sol_codec_type ( int  magic,
int  type 
) [static]

Definition at line 68 of file sol.c.

Referenced by sol_read_header().

static int sol_probe ( AVProbeData p  )  [static]

Definition at line 34 of file sol.c.

static int sol_read_close ( AVFormatContext s  )  [static]

Definition at line 144 of file sol.c.

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

Definition at line 86 of file sol.c.

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

Definition at line 128 of file sol.c.


Variable Documentation

Initial value:

 {
    "sol",
    "Sierra SOL Format",
    0,
    sol_probe,
    sol_read_header,
    sol_read_packet,
    sol_read_close,
    pcm_read_seek,
}

Definition at line 149 of file sol.c.


Generated on Thu Apr 2 07:16:14 2009 for ffmpeg by  doxygen 1.5.6