Commit 426d10df authored by Eric Petit's avatar Eric Petit

Fixed norm-max-level description

parent de57ea2f
...@@ -82,7 +82,7 @@ vlc_module_begin(); ...@@ -82,7 +82,7 @@ vlc_module_begin();
add_shortcut("volnorm"); add_shortcut("volnorm");
add_integer("norm-buff-size" , 20 , NULL , BUFF_TEXT, BUFF_LONGTEXT, add_integer("norm-buff-size" , 20 , NULL , BUFF_TEXT, BUFF_LONGTEXT,
VLC_TRUE); VLC_TRUE);
add_float("norm-max-level",2.0,NULL,"pouet","pouetpouet",VLC_TRUE); add_float("norm-max-level",2.0,NULL,LEVEL_TEXT,LEVEL_LONGTEXT,VLC_TRUE);
set_capability( "audio filter", 0 ); set_capability( "audio filter", 0 );
set_callbacks( Open, Close ); set_callbacks( Open, Close );
vlc_module_end(); vlc_module_end();
......
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