mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-21 15:20:02 +01:00
regression
This commit is contained in:
@@ -6644,8 +6644,8 @@ void vj_gui_cb(int state, char *hostname, int port_num)
|
||||
|
||||
void vj_gui_setup_defaults( vj_gui_t *gui )
|
||||
{
|
||||
gui->config.w = DEFAULT_PREVIEW_WIDTH;
|
||||
gui->config.h = DEFAULT_PREVIEW_HEIGHT;
|
||||
gui->config.w = MAX_PREVIEW_WIDTH;
|
||||
gui->config.h = MAX_PREVIEW_HEIGHT;
|
||||
gui->config.fps = 25.0;
|
||||
gui->config.sampling = 1;
|
||||
gui->config.pixel_format = 1;
|
||||
|
||||
Reference in New Issue
Block a user