diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-01-09 22:46:32 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-01-09 23:28:08 +0100 |
commit | 3ef06f3415a4693c435bd72a59fedaf4d325a5d9 (patch) | |
tree | 3f6cbb746dfded4f717a88d06ae35603c941e954 /libswresample/swresample_internal.h | |
parent | dc60ecdbeb11ef14a85a60ab06154b067e5e1f02 (diff) | |
download | ffmpeg-3ef06f3415a4693c435bd72a59fedaf4d325a5d9.tar.gz |
swr: split swri_dither_init() out
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libswresample/swresample_internal.h')
-rw-r--r-- | libswresample/swresample_internal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libswresample/swresample_internal.h b/libswresample/swresample_internal.h index 9276b5c8cb..1b0167cc08 100644 --- a/libswresample/swresample_internal.h +++ b/libswresample/swresample_internal.h @@ -177,6 +177,7 @@ int swri_rematrix(SwrContext *s, AudioData *out, AudioData *in, int len, int mus void swri_rematrix_init_x86(struct SwrContext *s); void swri_get_dither(SwrContext *s, void *dst, int len, unsigned seed, enum AVSampleFormat out_fmt, enum AVSampleFormat in_fmt); +int swri_dither_init(SwrContext *s, enum AVSampleFormat out_fmt, enum AVSampleFormat in_fmt); void swri_audio_convert_init_arm(struct AudioConvert *ac, enum AVSampleFormat out_fmt, |