X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=input_state.h;h=ca14739a1813727b3400da73abdd4ab4b3cab925;hb=7895dde165b0586eea324b4c9e07f8f0a2b7e1ba;hp=70b4436ec147f4972caa2c9d854a4ba6107a7ff2;hpb=87bd26a6db023032b2d7ecd0252b5e45cd564673;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)