X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Faccess%2Fvcdx%2Fvcd.c;h=4d94ed0d3ac687de2fec3177eb3fda32c92102e4;hb=829f7b9600e048c8fcdec1eb1d90ba8386ab5cc3;hp=a63ed08286aa86fbcc9e95314c3f08674072a70d;hpb=4b44912ce0888ed40d35aa5d782cd17cbf7e9c6b;p=vlc diff --git a/modules/access/vcdx/vcd.c b/modules/access/vcdx/vcd.c index a63ed08286..4d94ed0d3a 100644 --- a/modules/access/vcdx/vcd.c +++ b/modules/access/vcdx/vcd.c @@ -35,7 +35,6 @@ #include #include -#include #include "vcd.h" #include "access.h" @@ -103,7 +102,7 @@ vlc_module_begin () N_("Number of CD blocks to get in a single read."), true ) - add_bool( MODULE_STRING "-PBC", 0, NULL, + add_bool( MODULE_STRING "-PBC", false, NULL, N_("Use playback control?"), N_("If VCD is authored with playback control, use it. " "Otherwise we play by tracks."), @@ -116,7 +115,7 @@ vlc_module_begin () "the length of an entry."), false ) - add_bool( MODULE_STRING "-extended-info", 0, NULL, + add_bool( MODULE_STRING "-extended-info", false, NULL, N_("Show extended VCD info?"), N_("Show the maximum amount of information under Stream and " "Media Info. Shows for example playback control navigation."),