FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
resample_template.c File Reference

audio resampling More...

Go to the source code of this file.

Functions

int swri_resample_TMPL (ResampleContext *c, DELEM *dst, const DELEM *src, int *consumed, int src_size, int dst_size, int update_ctx)
 

Detailed Description

audio resampling

Author
Michael Niedermayer micha.nosp@m.elni.nosp@m.@gmx..nosp@m.at

Definition in file resample_template.c.

Function Documentation

int swri_resample_TMPL ( ResampleContext c,
DELEM *  dst,
const DELEM *  src,
int *  consumed,
int  src_size,
int  dst_size,
int  update_ctx 
)

Definition at line 84 of file resample_template.c.