[FFmpeg-soc] [soc]: r1658 - qcelp/qcelpdec.c

reynaldo subversion at mplayerhq.hu
Sun Dec 23 15:55:04 CET 2007


Author: reynaldo
Date: Sun Dec 23 15:55:03 2007
New Revision: 1658

Log:
COSMETICS

Modified:
   qcelp/qcelpdec.c

Modified: qcelp/qcelpdec.c
==============================================================================
--- qcelp/qcelpdec.c	(original)
+++ qcelp/qcelpdec.c	Sun Dec 23 15:55:03 2007
@@ -867,12 +867,8 @@ static int qcelp_decode_frame(AVCodecCon
         /*
          * Pitch pre-filter
          *
-         * The specification makes this filter mandatory but one can do
-         * without it while accepting a small degradation of the perceived
-         * output quality.
-         *
-         * WIP: Making this runtime selectable might be a good speed-wise
-         * compromise.
+         * Making this runtime selectable might be a good speed-wise compromise
+         * bearing an small degradation of perceived output quality.
          */
 
         if((is_ifq = qcelp_do_pitchfilter(q, 2, ppf_vector)))



More information about the FFmpeg-soc mailing list