diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-04-28 12:23:42 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-04-28 13:15:44 +0200 |
commit | bcc66ff0e4ba50033804aaaf0eb1f92aab959c80 (patch) | |
tree | f3f45200cd3fe8fb0bbc27b806b7497913596905 /libswresample/swresample_internal.h | |
parent | 06b62cb8f2886eb1baf60c3146f4c4cade31e369 (diff) | |
download | ffmpeg-bcc66ff0e4ba50033804aaaf0eb1f92aab959c80.tar.gz |
swr: add int16_to_int32_mmx/sse
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libswresample/swresample_internal.h')
-rw-r--r-- | libswresample/swresample_internal.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libswresample/swresample_internal.h b/libswresample/swresample_internal.h index 70db5ae484..293075bf5e 100644 --- a/libswresample/swresample_internal.h +++ b/libswresample/swresample_internal.h @@ -101,4 +101,8 @@ void swri_sum2(enum AVSampleFormat format, void *dst, const void *src0, const vo void swri_get_dither(SwrContext *s, void *dst, int len, unsigned seed, enum AVSampleFormat out_fmt, enum AVSampleFormat in_fmt); +void swri_audio_convert_init_x86(struct AudioConvert *ac, + enum AVSampleFormat out_fmt, + enum AVSampleFormat in_fmt, + int channels); #endif |