[vlc-commits] main: remove extraneous subcategory (fixes #13111)

Ludovic Fauvet git at videolan.org
Thu Dec 18 15:04:36 CET 2014


vlc | branch: master | Ludovic Fauvet <etix at videolan.org> | Thu Dec 18 14:59:13 2014 +0100| [4f091cf0e8ad22a17f630188f6f17c132ee817ab] | committer: Ludovic Fauvet

main: remove extraneous subcategory (fixes #13111)

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4f091cf0e8ad22a17f630188f6f17c132ee817ab
---

 src/libvlc-module.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/src/libvlc-module.c b/src/libvlc-module.c
index e29f1ba..96f93f6 100644
--- a/src/libvlc-module.c
+++ b/src/libvlc-module.c
@@ -1863,7 +1863,6 @@ vlc_module_begin ()
 
     set_subcategory( SUBCAT_INPUT_DEMUX )
     add_module( "demux", "demux", "any", DEMUX_TEXT, DEMUX_LONGTEXT, true )
-    set_subcategory( SUBCAT_INPUT_VCODEC )
     set_subcategory( SUBCAT_INPUT_ACODEC )
     set_subcategory( SUBCAT_INPUT_SCODEC )
     add_obsolete_bool( "prefer-system-codecs" )



More information about the vlc-commits mailing list