X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=defs.h;h=9056c5957e0c566c4388ce28ec2c804e23707ce4;hb=42b11cadbe511cb6f33dd9619ade70e2c785a95e;hp=9bed232f39db10a0c9d41b9ef2eab25daab5771c;hpb=0faba3d989c344d3db70f241a06761407d966bf7;p=nageru diff --git a/defs.h b/defs.h index 9bed232..9056c59 100644 --- a/defs.h +++ b/defs.h @@ -5,6 +5,10 @@ #define MAX_FPS 60 #define WIDTH 1280 #define HEIGHT 720 +#define MAX_CARDS 16 + +// For deinterlacing. See also comments on Mixer::frame_history. +#define FRAME_HISTORY_LENGTH 5 #define AUDIO_OUTPUT_CODEC AV_CODEC_ID_PCM_S32LE #define AUDIO_OUTPUT_SAMPLE_FMT AV_SAMPLE_FMT_S32