FFmpeg
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
dither.c File Reference
#include "libavutil/avassert.h"
#include "swresample_internal.h"

Go to the source code of this file.

Macros

#define TMP_EXTRA   2
 

Functions

void swri_get_dither (SwrContext *s, void *dst, int len, unsigned seed, enum AVSampleFormat out_fmt, enum AVSampleFormat in_fmt)
 

Macro Definition Documentation

#define TMP_EXTRA   2

Referenced by swri_get_dither().

Function Documentation

void swri_get_dither ( SwrContext s,
void dst,
int  len,
unsigned  seed,
enum AVSampleFormat  out_fmt,
enum AVSampleFormat  in_fmt 
)

Definition at line 24 of file dither.c.

Referenced by swr_convert_internal().