feat(trace): trace fps and midi with args

This commit is contained in:
2025-11-03 21:46:14 +01:00
parent 0039bbace2
commit 2657c2b732
8 changed files with 41 additions and 20 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
VideoCapture video_init(char *name, unsigned int preferred_height);
bool video_background_read(VideoCapture *video_capture, SharedContext *context,
int input_index);
int input_index, bool trace_fps);
void video_free(VideoCapture video_capture);