[vlc-commits] codec: cc: add missing module category
Francois Cartegnie
git at videolan.org
Tue Aug 11 02:35:40 CEST 2015
vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Tue Aug 11 02:21:15 2015 +0200| [4dec56b69c1ca462051430987063c94bd44bb97b] | committer: Francois Cartegnie
codec: cc: add missing module category
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4dec56b69c1ca462051430987063c94bd44bb97b
---
modules/codec/cc.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/modules/codec/cc.c b/modules/codec/cc.c
index d9b2290..332d31f 100644
--- a/modules/codec/cc.c
+++ b/modules/codec/cc.c
@@ -55,6 +55,8 @@ vlc_module_begin ()
set_shortname( N_("CC 608/708"))
set_description( N_("Closed Captions decoder") )
set_capability( "decoder", 50 )
+ set_category( CAT_INPUT )
+ set_subcategory( SUBCAT_INPUT_SCODEC )
set_callbacks( Open, Close )
vlc_module_end ()
More information about the vlc-commits
mailing list