From b1078e9fe6b5d8f034d15a6ab91430fd41921fe2 Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Wed, 21 Apr 2010 17:57:48 +0000 Subject: Move clipping of audio samples (for those codecs outputting float) from decoder to the audio conversion routines. Originally committed as revision 22937 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/sipr.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'libavcodec/sipr.c') diff --git a/libavcodec/sipr.c b/libavcodec/sipr.c index d409484b61..b76e89100f 100644 --- a/libavcodec/sipr.c +++ b/libavcodec/sipr.c @@ -496,9 +496,6 @@ static void decode_frame(SiprContext *ctx, SiprParameters *params, 0.939805806, ctx->highpass_filt_mem, frame_size); - - ctx->dsp.vector_clipf(out_data, out_data, -1, 32767./(1<<15), frame_size); - } static av_cold int sipr_decoder_init(AVCodecContext * avctx) -- cgit v1.2.3