[FFmpeg-cvslog] swr: remove obsolete function prototypes.
Ronald S. Bultje
git at videolan.org
Sun Jun 15 00:11:47 CEST 2014
ffmpeg | branch: master | Ronald S. Bultje <rsbultje at gmail.com> | Sat Jun 14 18:01:04 2014 -0400| [ada8f9c046c80e0c7fe0d3cc56a466ad340d5658] | committer: Michael Niedermayer
swr: remove obsolete function prototypes.
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ada8f9c046c80e0c7fe0d3cc56a466ad340d5658
---
libswresample/x86/resample_mmx.h | 6 ------
1 file changed, 6 deletions(-)
diff --git a/libswresample/x86/resample_mmx.h b/libswresample/x86/resample_mmx.h
index 36c7a06..a4da1e9 100644
--- a/libswresample/x86/resample_mmx.h
+++ b/libswresample/x86/resample_mmx.h
@@ -22,12 +22,6 @@
#include "libavutil/cpu.h"
#include "libswresample/swresample_internal.h"
-int swri_resample_int16_mmx2 (struct ResampleContext *c, int16_t *dst, const int16_t *src, int *consumed, int src_size, int dst_size, int update_ctx);
-int swri_resample_int16_sse2 (struct ResampleContext *c, int16_t *dst, const int16_t *src, int *consumed, int src_size, int dst_size, int update_ctx);
-int swri_resample_float_sse (struct ResampleContext *c, float *dst, const float *src, int *consumed, int src_size, int dst_size, int update_ctx);
-int swri_resample_float_avx (struct ResampleContext *c, float *dst, const float *src, int *consumed, int src_size, int dst_size, int update_ctx);
-int swri_resample_double_sse2(struct ResampleContext *c, double *dst, const double *src, int *consumed, int src_size, int dst_size, int update_ctx);
-
DECLARE_ALIGNED(16, const uint64_t, ff_resample_int16_rounder)[2] = { 0x0000000000004000ULL, 0x0000000000000000ULL};
#define COMMON_CORE_INT16_MMX2 \
More information about the ffmpeg-cvslog
mailing list