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: v0.9.2~76^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1e23f45119c86482f9d8e384e7e093ed3b741cbc;p=libvpx 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 33a543377..d2fbc8686 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;