]> git.sesse.net Git - vlc/blobdiff - modules/audio_filter/channel_mixer/mono.c
Mono is an audio filter, put it in the SUBCAT_AUDIO_AFILTER cat
[vlc] / modules / audio_filter / channel_mixer / mono.c
index 801c4a35038bf7f74a5b6685eabe19deb72e11f2..0cfd26c3c05754b70c2c5dc562c0e836e26d55c2 100644 (file)
@@ -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" )