]> git.sesse.net Git - vlc/commitdiff
* modules/codec/dvbsub.c: add_suppressed -> add_suppressed_integer
authorChristophe Massiot <massiot@videolan.org>
Fri, 7 Apr 2006 17:45:35 +0000 (17:45 +0000)
committerChristophe Massiot <massiot@videolan.org>
Fri, 7 Apr 2006 17:45:35 +0000 (17:45 +0000)
modules/codec/dvbsub.c

index 36af38b34737e518d040a0a4e22ffa7bb3dfd283..3714fb41dafdad049e54024373bee6d71b32f634 100644 (file)
@@ -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 "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();
 
 static const char *ppsz_enc_options[] = { "x", "y", NULL };