Author: cmcq
Date: Mon Aug  3 23:33:40 2009
New Revision: 4932

Log:
Comment typo

Modified:
   amr/amrnbdec.c

Modified: amr/amrnbdec.c
==============================================================================
--- amr/amrnbdec.c      Mon Aug  3 23:33:17 2009        (r4931)
+++ amr/amrnbdec.c      Mon Aug  3 23:33:40 2009        (r4932)
@@ -658,7 +658,7 @@ static void pitch_sharpening(AMRContext 
 
     // The spec suggests the current pitch gain is always used, but in other
     // modes the pitch and codebook gains are joinly quantized (sec 5.8.2)
-    // so the codebook gain cannot depend on the quantised pitch gain.
+    // so the codebook gain cannot depend on the quantized pitch gain.
     if (mode == MODE_122)
         p->beta = FFMIN(p->pitch_gain[4], 1.0);
 
@@ -669,7 +669,7 @@ static void pitch_sharpening(AMRContext 
 
     // Save pitch sharpening factor for the next subframe
     // MODE_475 only updates on the 2nd and 4th subframes - this follows from
-    // the fact that the gains for two subframes are jointly quantised.
+    // the fact that the gains for two subframes are jointly quantized.
     if (mode != MODE_475 || subframe & 1)
         p->beta = av_clipf(p->pitch_gain[4], 0.0, SHARP_MAX);
 }
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to