Commit 88c15f68 authored by Antoine Cellerier's avatar Antoine Cellerier

Oops

parent 6ec5618a
...@@ -1263,8 +1263,8 @@ vlc_module_begin(); ...@@ -1263,8 +1263,8 @@ vlc_module_begin();
set_section( N_("Snapshot") , NULL ); set_section( N_("Snapshot") , NULL );
add_directory( "snapshot-path", NULL, NULL, SNAP_PATH_TEXT, add_directory( "snapshot-path", NULL, NULL, SNAP_PATH_TEXT,
SNAP_PATH_LONGTEXT, VLC_FALSE ); SNAP_PATH_LONGTEXT, VLC_FALSE );
add_directory( "snapshot-prefix", "vlcsnap-", NULL, SNAP_PATH_TEXT, add_string( "snapshot-prefix", "vlcsnap-", NULL, SNAP_PREFIX_TEXT,
SNAP_PATH_LONGTEXT, VLC_FALSE ); SNAP_PREFIX_LONGTEXT, VLC_FALSE );
add_string( "snapshot-format", "png", NULL, SNAP_FORMAT_TEXT, add_string( "snapshot-format", "png", NULL, SNAP_FORMAT_TEXT,
SNAP_FORMAT_LONGTEXT, VLC_FALSE ); SNAP_FORMAT_LONGTEXT, VLC_FALSE );
change_string_list( ppsz_snap_formats, NULL, 0 ); change_string_list( ppsz_snap_formats, NULL, 0 );
......
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