[vlc-devel] commit: Mono is an audio filter, put it in the SUBCAT_AUDIO_AFILTER cat ( Jean-Baptiste Kempf )

git version control git at videolan.org
Sat Jan 9 16:06:33 CET 2010


vlc-1.0-bugfix | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Jan  4 23:36:25 2010 +0100| [bd2ab71a340d84f30d2387e41a7800c60346d738] | committer: Jean-Baptiste Kempf 

Mono is an audio filter, put it in the SUBCAT_AUDIO_AFILTER cat
(cherry picked from commit 6523ce4ac3ef5ef21d22a72619d5cc7d6b439e1c)

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc-1.0-bugfix.git/?a=commit;h=bd2ab71a340d84f30d2387e41a7800c60346d738
---

 modules/audio_filter/channel_mixer/mono.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/audio_filter/channel_mixer/mono.c b/modules/audio_filter/channel_mixer/mono.c
index 2d68a00..131a118 100644
--- a/modules/audio_filter/channel_mixer/mono.c
+++ b/modules/audio_filter/channel_mixer/mono.c
@@ -109,7 +109,7 @@ vlc_module_begin ()
     set_description( N_("Audio filter for stereo to mono conversion") )
     set_capability( "audio filter2", 2 )
     set_category( CAT_AUDIO )
-    set_subcategory( SUBCAT_AUDIO_MISC )
+    set_subcategory( SUBCAT_AUDIO_AFILTER )
     set_callbacks( OpenFilter, CloseFilter )
     set_shortname( "Mono" )
 




More information about the vlc-devel mailing list