Fix misspelled "skiped" in onyxc_int.h to "skipped".
authorMichael Kohler <michaelkohler@live.com>
Wed, 7 Jul 2010 17:48:12 +0000 (19:48 +0200)
committerMichael Kohler <michaelkohler@live.com>
Wed, 7 Jul 2010 18:06:04 +0000 (20:06 +0200)
Signed-off-by: Michael Kohler <michaelkohler@live.com>
vp8/common/onyxc_int.h

index 33a5433..d2fbc86 100644 (file)
@@ -102,7 +102,7 @@ typedef struct VP8Common
     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;