libavcodec/audioconvert.c File Reference

audio conversion More...

#include "avcodec.h"

Go to the source code of this file.

Defines

#define CONV(ofmt, otype, ifmt, expr)

Functions

int av_audio_convert (void *maybe_dspcontext_or_something_av_convert_specific, void *out[6], int out_stride[6], enum SampleFormat out_fmt, void *in[6], int in_stride[6], enum SampleFormat in_fmt, int len)


Detailed Description

audio conversion

Author:
Michael Niedermayer <michaelni@gmx.at>

Definition in file audioconvert.c.


Define Documentation

#define CONV ( ofmt,
otype,
ifmt,
expr   ) 

Value:

if(fmt_pair == ofmt + 5*ifmt){\
    do{\
        *(otype*)po = expr; pi += is; po += os;\
    }while(po < end);\
}

Referenced by av_audio_convert().


Function Documentation

int av_audio_convert ( void *  maybe_dspcontext_or_something_av_convert_specific,
void *  out[6],
int  out_stride[6],
enum SampleFormat  out_fmt,
void *  in[6],
int  in_stride[6],
enum SampleFormat  in_fmt,
int  len 
)

Definition at line 30 of file audioconvert.c.


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