]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/aacpsy.c
sgidec: make compiler optimize away memcpy call in inner loop.
[ffmpeg] / libavcodec / aacpsy.c
index 4152b70bbf431b17a92612c17f795cfeed6287d2..f81ed487ba9952c10b2bc8fc8f59bc945d09f077 100644 (file)
@@ -216,7 +216,7 @@ static const float psy_fir_coeffs[] = {
 };
 
 /**
- * calculates the attack threshold for ABR from the above table for the LAME psy model
+ * Calculate the ABR attack threshold from the above LAME psymodel table.
  */
 static float lame_calc_attack_threshold(int bitrate)
 {