]> git.sesse.net Git - vlc/blobdiff - modules/audio_filter/converter/dtstofloat32.c
Preferences update :
[vlc] / modules / audio_filter / converter / dtstofloat32.c
index b23b051ee697c2957a8283cb14af07d60fd96d4c..a76a21c0ff816975b8e93dafb7f6797cebbcf2b8 100644 (file)
@@ -87,8 +87,9 @@ struct filter_sys_t
     "listening room.")
 
 vlc_module_begin();
-    set_category( CAT_AUDIO );
-    set_subcategory( SUBCAT_AUDIO_MISC );
+    set_category( CAT_INPUT );
+    set_subcategory( SUBCAT_INPUT_ACODEC );
+    set_shortname( _("DTS" ) );
     set_description( _("DTS Coherent Acoustics audio decoder") );
     add_bool( "dts-dynrng", 1, NULL, DYNRNG_TEXT, DYNRNG_LONGTEXT, VLC_FALSE );
     set_capability( "audio filter", 100 );
@@ -101,7 +102,7 @@ vlc_module_begin();
 vlc_module_end();
 
 /*****************************************************************************
- * Create: 
+ * Create:
  *****************************************************************************/
 static int Create( vlc_object_t *p_this )
 {