shithub: libvpx

Download patch

ref: de87c420ef8b516cfb0983e08dc92696069b7967
parent: 0eccee4378d89c3578b283829f7a90b8c4967de6
author: Paul Wilkins <paulwilkins@google.com>
date: Tue Mar 8 09:46:22 EST 2011

Corrected minor typos.

Change-Id: Icc9f12bd1e1bdaf51256dc8a90d08aa9be89ef34

--- a/vp8/encoder/firstpass.c
+++ b/vp8/encoder/firstpass.c
@@ -1396,7 +1396,7 @@
     return prediction_decay_rate;
 }
 
-// Funtion to test for a condition where a complex transition is followe
+// Function to test for a condition where a complex transition is followed
 // by a static section. For example in slide shows where there is a fade
 // between slides. This is to help with more optimal kf and gf positioning.
 BOOL detect_transition_to_still(
@@ -1409,7 +1409,7 @@
     BOOL trans_to_still = FALSE;
 
     // Break clause to detect very still sections after motion
-    // For example a staic image after a fade or other transition
+    // For example a static image after a fade or other transition
     // instead of a clean scene cut.
     if ( (frame_interval > MIN_GF_INTERVAL) &&
          (loop_decay_rate >= 0.999) &&