libavformat/oggparsespeex.c File Reference

#include <stdlib.h>
#include "libavutil/bswap.h"
#include "libavutil/avstring.h"
#include "libavcodec/get_bits.h"
#include "libavcodec/bytestream.h"
#include "avformat.h"
#include "internal.h"
#include "oggdec.h"

Go to the source code of this file.

Data Structures

struct  speex_params

Functions

static int speex_header (AVFormatContext *s, int idx)
static int ogg_page_packets (struct ogg_stream *os)
static int speex_packet (AVFormatContext *s, int idx)

Variables

struct ogg_codec ff_speex_codec


Function Documentation

static int ogg_page_packets ( struct ogg_stream os  )  [static]

Definition at line 81 of file oggparsespeex.c.

Referenced by speex_packet().

static int speex_header ( AVFormatContext s,
int  idx 
) [static]

Definition at line 40 of file oggparsespeex.c.

static int speex_packet ( AVFormatContext s,
int  idx 
) [static]

Definition at line 91 of file oggparsespeex.c.


Variable Documentation

Initial value:

 {
    .magic = "Speex   ",
    .magicsize = 8,
    .header = speex_header,
    .packet = speex_packet,
    .nb_header = 2,
}

Definition at line 121 of file oggparsespeex.c.


Generated on Fri Oct 26 02:50:11 2012 for FFmpeg by  doxygen 1.5.8