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

This commit is contained in:
John Koleszar 2010-07-07 16:57:08 -07:00 committed by Code Review
commit 16249382cb

View 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;