diff twinvq.c @ 11652:8b6f3d3b55cb libavcodec

Move clipping of audio samples (for those codecs outputting float) from decoder to the audio conversion routines.
author rbultje
date Wed, 21 Apr 2010 17:57:48 +0000
parents 8a4984c5cacc
children 778bdafd5496
line wrap: on
line diff
--- a/twinvq.c	Wed Apr 21 17:51:37 2010 +0000
+++ b/twinvq.c	Wed Apr 21 17:57:48 2010 +0000
@@ -850,9 +850,6 @@
         return buf_size;
     }
 
-    tctx->dsp.vector_clipf(out, out, -32700./(1<<15), 32700./(1<<15),
-                           avctx->channels * mtab->size);
-
     *data_size = mtab->size*avctx->channels*4;
 
     return buf_size;