Commit 6523ce4a authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Mono is an audio filter, put it in the SUBCAT_AUDIO_AFILTER cat

parent b2e6a732
......@@ -108,7 +108,7 @@ vlc_module_begin ()
set_description( N_("Audio filter for stereo to mono conversion") )
set_capability( "audio filter", 2 )
set_category( CAT_AUDIO )
set_subcategory( SUBCAT_AUDIO_MISC )
set_subcategory( SUBCAT_AUDIO_AFILTER )
set_callbacks( OpenFilter, CloseFilter )
set_shortname( "Mono" )
......
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