X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=input_state.h;fp=input_state.h;h=ca14739a1813727b3400da73abdd4ab4b3cab925;hb=8321b1cf93126b79302a6610bcb6e1b426f76c3d;hp=70b4436ec147f4972caa2c9d854a4ba6107a7ff2;hpb=95c6bc9d8e340b02112f713389390102d547cc4c;p=nageru diff --git a/input_state.h b/input_state.h index 70b4436..ca14739 100644 --- a/input_state.h +++ b/input_state.h @@ -18,7 +18,7 @@ struct InputState { // interlaced output (for deinterlacing), so if we detect progressive input, // we immediately clear out all history and all entries will point to the same // frame. - BufferedFrame buffered_frames[MAX_CARDS][FRAME_HISTORY_LENGTH]; + BufferedFrame buffered_frames[MAX_VIDEO_CARDS][FRAME_HISTORY_LENGTH]; }; #endif // !defined(_INPUT_STATE_H)