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

Signed-off-by: Michael Kohler <michaelkohler@live.com>
This commit is contained in:
Michael Kohler 2010-07-07 19:48:12 +02:00
parent 0618ff14d6
commit 1e23f45119

View File

@ -102,7 +102,7 @@ typedef struct VP8Common
YV12_BUFFER_CONFIG post_proc_buffer; YV12_BUFFER_CONFIG post_proc_buffer;
YV12_BUFFER_CONFIG temp_scale_frame; 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; FRAME_TYPE frame_type;
int show_frame; int show_frame;