Commit 2a012ee3 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Oops. Actually synchronise the resolution to 800x640 (5/4)

parent 993a516a
......@@ -57,9 +57,9 @@ vlc_module_begin ()
set_subcategory( SUBCAT_AUDIO_VISUAL )
add_file( "projectm-config", "/usr/share/projectM/config.inp", NULL,
CONFIG_TEXT, CONFIG_LONGTEXT, true )
add_integer( "projectm-width", 720, NULL, WIDTH_TEXT, WIDTH_LONGTEXT,
add_integer( "projectm-width", 800, NULL, WIDTH_TEXT, WIDTH_LONGTEXT,
false )
add_integer( "projectm-height", 480, NULL, HEIGHT_TEXT, HEIGHT_LONGTEXT,
add_integer( "projectm-height", 640, NULL, HEIGHT_TEXT, HEIGHT_LONGTEXT,
false )
add_shortcut( "projectm" )
set_callbacks( Open, Close )
......
......@@ -78,4 +78,4 @@ int spectrometer_Run
/* Default vout size */
#define VOUT_WIDTH 800
#define VOUT_HEIGHT 480
#define VOUT_HEIGHT 640
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment