shithub: libvpx

Download patch

ref: 1e23f45119c86482f9d8e384e7e093ed3b741cbc
parent: 0618ff14d6eeca27d6cca6b3999e4cd10fe7b096
author: Michael Kohler <michaelkohler@live.com>
date: Wed Jul 7 15:48:12 EDT 2010

Fix misspelled "skiped" in onyxc_int.h to "skipped".

Signed-off-by: Michael Kohler <michaelkohler@live.com>

--- a/vp8/common/onyxc_int.h
+++ b/vp8/common/onyxc_int.h
@@ -102,7 +102,7 @@
     YV12_BUFFER_CONFIG post_proc_buffer;
     YV12_BUFFER_CONFIG temp_scale_frame;
 
-    FRAME_TYPE last_frame_type;  //Add to check if vp8_frame_init_loop_filter() can be skiped.
+    FRAME_TYPE last_frame_type;  //Add to check if vp8_frame_init_loop_filter() can be skipped.
     FRAME_TYPE frame_type;
 
     int show_frame;