Skip to content

Commit

Permalink
main: add missing subcategory
Browse files Browse the repository at this point in the history
  • Loading branch information
Rémi Denis-Courmont committed Oct 25, 2013
1 parent fd4ef13 commit 62fe4d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libvlc-module.c
Original file line number Diff line number Diff line change
Expand Up @@ -1877,6 +1877,7 @@ vlc_module_begin ()
add_string( "input-title-format", "$Z", INPUT_TITLE_FORMAT_TEXT, INPUT_TITLE_FORMAT_LONGTEXT, false );

/* Decoder options */
set_subcategory( SUBCAT_INPUT_VCODEC )
add_category_hint( N_("Decoders"), CODEC_CAT_LONGTEXT , true )
add_string( "codec", NULL, CODEC_TEXT,
CODEC_LONGTEXT, true )
Expand Down

0 comments on commit 62fe4d5

Please sign in to comment.