From: Michael Kohler Date: Wed, 7 Jul 2010 17:48:12 +0000 (+0200) Subject: Fix misspelled "skiped" in onyxc_int.h to "skipped". X-Git-Tag: 1.0_branch~985^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1e23f45119c86482f9d8e384e7e093ed3b741cbc;p=profile%2Fivi%2Flibvpx.git Fix misspelled "skiped" in onyxc_int.h to "skipped". Signed-off-by: Michael Kohler --- diff --git a/vp8/common/onyxc_int.h b/vp8/common/onyxc_int.h index 33a5433..d2fbc86 100644 --- a/vp8/common/onyxc_int.h +++ b/vp8/common/onyxc_int.h @@ -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;