Commit 9d1504ce authored by Christophe Massiot's avatar Christophe Massiot

* modules/codec/dvbsub.c: add_suppressed -> add_suppressed_integer

parent 4f70441e
...@@ -96,7 +96,7 @@ vlc_module_begin(); ...@@ -96,7 +96,7 @@ vlc_module_begin();
add_integer( ENC_CFG_PREFIX "x", -1, NULL, ENC_POSX_TEXT, ENC_POSX_LONGTEXT, VLC_FALSE ); add_integer( ENC_CFG_PREFIX "x", -1, NULL, ENC_POSX_TEXT, ENC_POSX_LONGTEXT, VLC_FALSE );
add_integer( ENC_CFG_PREFIX "y", -1, NULL, ENC_POSY_TEXT, ENC_POSY_LONGTEXT, VLC_FALSE ); add_integer( ENC_CFG_PREFIX "y", -1, NULL, ENC_POSY_TEXT, ENC_POSY_LONGTEXT, VLC_FALSE );
add_suppressed( ENC_CFG_PREFIX "timeout" ); /* Suppressed since 0.8.5 */ add_suppressed_integer( ENC_CFG_PREFIX "timeout" ); /* Suppressed since 0.8.5 */
vlc_module_end(); vlc_module_end();
static const char *ppsz_enc_options[] = { "x", "y", NULL }; static const char *ppsz_enc_options[] = { "x", "y", NULL };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment