sol.c File Reference

Go to the source code of this file.

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


Function Documentation

static int sol_probe ( AVProbeData p  )  [static]

Definition at line 34 of file sol.c.

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_channels ( int  magic,
int  type 
) [static]

Definition at line 80 of file sol.c.

Referenced by sol_read_header().

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.

static int sol_read_close ( AVFormatContext s  )  [static]

Definition at line 144 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 Sat Dec 18 05:15:56 2010 for MythTV by  doxygen 1.5.5