]> git.sesse.net Git - vlc/blobdiff - modules/codec/theora.c
Improvements to preferences
[vlc] / modules / codec / theora.c
index e5268cfe20f78db81edaf7a9a2dbb856df4939d4..32289431a30225f91842b0f6a5979b0e2b91b19a 100644 (file)
@@ -88,6 +88,8 @@ static block_t *Encode( encoder_t *p_enc, picture_t *p_pict );
   "of specifying a particular bitrate. This will produce a VBR stream." )
 
 vlc_module_begin();
+    set_category( CAT_INPUT );
+    set_subcategory( SUBCAT_INPUT_VCODEC );
     set_description( _("Theora video decoder") );
     set_capability( "decoder", 100 );
     set_callbacks( OpenDecoder, CloseDecoder );