[FFmpeg-cvslog] swr: remove obsolete resample prototypes
James Almer
git at videolan.org
Wed Jul 2 03:29:54 CEST 2014
ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Tue Jul 1 21:22:28 2014 -0300| [42a92a240d974e34c77adefde163f71962189aa3] | committer: Michael Niedermayer
swr: remove obsolete resample prototypes
Signed-off-by: James Almer <jamrial at gmail.com>
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=42a92a240d974e34c77adefde163f71962189aa3
---
libswresample/swresample_internal.h | 4 ----
1 file changed, 4 deletions(-)
diff --git a/libswresample/swresample_internal.h b/libswresample/swresample_internal.h
index 407bbac..9edfdc8 100644
--- a/libswresample/swresample_internal.h
+++ b/libswresample/swresample_internal.h
@@ -172,10 +172,6 @@ struct Resampler {
extern struct Resampler const swri_resampler;
int swri_realloc_audio(AudioData *a, int count);
-int swri_resample_int16(struct ResampleContext *c, int16_t *dst, const int16_t *src, int *consumed, int src_size, int dst_size, int update_ctx);
-int swri_resample_int32(struct ResampleContext *c, int32_t *dst, const int32_t *src, int *consumed, int src_size, int dst_size, int update_ctx);
-int swri_resample_float(struct ResampleContext *c, float *dst, const float *src, int *consumed, int src_size, int dst_size, int update_ctx);
-int swri_resample_double(struct ResampleContext *c,double *dst, const double *src, int *consumed, int src_size, int dst_size, int update_ctx);
void swri_noise_shaping_int16 (SwrContext *s, AudioData *dsts, const AudioData *srcs, const AudioData *noises, int count);
void swri_noise_shaping_int32 (SwrContext *s, AudioData *dsts, const AudioData *srcs, const AudioData *noises, int count);
More information about the ffmpeg-cvslog
mailing list