[vlc-commits] svcdsub: fix obsolete setting name

Rémi Denis-Courmont git at videolan.org
Sat Nov 18 20:43:14 CET 2017


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sat Nov 18 21:32:26 2017 +0200| [464ab9724e91436a6616ee66d8c667e0a3eb6f82] | committer: Rémi Denis-Courmont

svcdsub: fix obsolete setting name

This should be the then plugin name, not the current one (not that I
expect it to change ever).

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=464ab9724e91436a6616ee66d8c667e0a3eb6f82
---

 modules/codec/svcdsub.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/codec/svcdsub.c b/modules/codec/svcdsub.c
index 581c9c3059..81291bda71 100644
--- a/modules/codec/svcdsub.c
+++ b/modules/codec/svcdsub.c
@@ -51,7 +51,7 @@ vlc_module_begin ()
     set_capability( "spu decoder", 50 )
     set_callbacks( DecoderOpen, DecoderClose )
 
-    add_obsolete_integer ( MODULE_STRING "-debug" )
+    add_obsolete_integer ( "svcdsub-debug" )
 
     add_submodule ()
     set_description( N_("Philips OGT (SVCD subtitle) packetizer") )



More information about the vlc-commits mailing list