libavformat/wav.c File Reference

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

Go to the source code of this file.

Data Structures

struct  WAVContext

Defines

#define MAX_SIZE   4096

Functions

static int find_tag (ByteIOContext *pb, uint32_t tag1)
static int wav_probe (AVProbeData *p)
static int wav_read_header (AVFormatContext *s, AVFormatParameters *ap)
static int wav_read_packet (AVFormatContext *s, AVPacket *pkt)
static int wav_read_seek (AVFormatContext *s, int stream_index, int64_t timestamp, int flags)


Define Documentation

#define MAX_SIZE   4096

Definition at line 200 of file wav.c.


Function Documentation

static int find_tag ( ByteIOContext pb,
uint32_t  tag1 
) [static]

Definition at line 122 of file wav.c.

Referenced by wav_read_header(), and wav_read_packet().

static int wav_probe ( AVProbeData p  )  [static]

Definition at line 141 of file wav.c.

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

Definition at line 161 of file wav.c.

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

Definition at line 202 of file wav.c.

static int wav_read_seek ( AVFormatContext s,
int  stream_index,
int64_t  timestamp,
int  flags 
) [static]

Definition at line 240 of file wav.c.


Generated on Fri Oct 26 02:35:46 2012 for FFmpeg by  doxygen 1.5.8