]> git.sesse.net Git - nageru/blobdiff - defs.h
Add rescaling variants to all the chains in the theme.
[nageru] / defs.h
diff --git a/defs.h b/defs.h
index 580ced7d71ba8a8c19a78a737bd4689e95475762..ef5aefd715179bebedcfacabcd2c6121a4d18600 100644 (file)
--- a/defs.h
+++ b/defs.h
@@ -1,9 +1,14 @@
 #ifndef _DEFS_H
 #define _DEFS_H
 
-// OUTPUT_FREQUENCY/FPS must be an integer for now.
 #define OUTPUT_FREQUENCY 48000
-#define FPS 60
+#define MAX_FPS 60
+#define WIDTH 1280
+#define HEIGHT 720
+#define MAX_CARDS 16
+
+// For deinterlacing. See also comments on InputState.
+#define FRAME_HISTORY_LENGTH 5
 
 #define AUDIO_OUTPUT_CODEC AV_CODEC_ID_PCM_S32LE
 #define AUDIO_OUTPUT_SAMPLE_FMT AV_SAMPLE_FMT_S32