hvirtual/quicktime/ffmpeg/libavcodec/ac3dec.c File Reference

#include "avcodec.h"
#include "libac3/ac3.h"

Include dependency graph for ac3dec.c:

Go to the source code of this file.

Data Structures

struct  AC3DecodeState

Defines

#define HEADER_SIZE   7

Functions

static int ac3_decode_init (AVCodecContext *avctx)
static int blah (int32_t i)
static void float_to_int (float *_f, int16_t *s16, int nchannels)
static int ac3_decode_frame (AVCodecContext *avctx, void *data, int *data_size, uint8_t *buf, int buf_size)
static int ac3_decode_end (AVCodecContext *s)

Variables

stream_samples_t samples
AVCodec ac3_decoder


Detailed Description

AC3 decoder.

Definition in file ac3dec.c.


Define Documentation

#define HEADER_SIZE   7

Definition at line 79 of file ac3dec.c.


Function Documentation

static int ac3_decode_end ( AVCodecContext s  )  [static]

Definition at line 168 of file ac3dec.c.

static int ac3_decode_frame ( AVCodecContext avctx,
void *  data,
int *  data_size,
uint8_t *  buf,
int  buf_size 
) [static]

static int ac3_decode_init ( AVCodecContext avctx  )  [static]

static int blah ( int32_t  i  )  [inline, static]

Definition at line 54 of file ac3dec.c.

static void float_to_int ( float *  _f,
int16_t *  s16,
int  nchannels 
) [inline, static]

Definition at line 64 of file ac3dec.c.

References blah(), and c.

Here is the call graph for this function:


Variable Documentation

Initial value:

Definition at line 173 of file ac3dec.c.

stream_samples_t samples

Definition at line 51 of file ac3dec.c.


Generated on Mon Apr 28 14:03:11 2008 for Cinelerra by  doxygen 1.5.5