]> git.sesse.net Git - nageru/blobdiff - defs.h
Prepare for inputs of another frequency than the capture frequency.
[nageru] / defs.h
diff --git a/defs.h b/defs.h
index 4ec3a91bce6df70018ea67035086a76c702a7fce..b64aeef8e26a7e23e423d4516aeda7a530c546bd 100644 (file)
--- a/defs.h
+++ b/defs.h
@@ -1,7 +1,7 @@
 #ifndef _DEFS_H
 #define _DEFS_H
 
-#define OUTPUT_FREQUENCY 48000
+#define OUTPUT_FREQUENCY 48000  // Currently needs to be exactly 48000, since bmusb outputs in that.
 #define MAX_FPS 60
 #define WIDTH 1280
 #define HEIGHT 720