]> git.sesse.net Git - vlc/commitdiff
mux ts: fix short description of --sout-ts-pcr
authorDerk-Jan Hartman <hartman@videolan.org>
Wed, 10 Jun 2009 13:07:33 +0000 (15:07 +0200)
committerDerk-Jan Hartman <hartman@videolan.org>
Wed, 10 Jun 2009 13:08:43 +0000 (15:08 +0200)
"the short description of --sout-ts-pcr is still "PCR delay (ms)" when it should be "PCR interval (ms)"
as suggested by Dnumgis.

modules/mux/mpeg/ts.c

index 82737fc4f33d99cf768d1da9532498fb3cf5e471..dff20e9fe4be5dd59f403da4600d2cd85cc06188 100644 (file)
@@ -143,7 +143,7 @@ static void    Close  ( vlc_object_t * );
   "of the shaping algorithm, since I frames are usually the biggest " \
   "frames in the stream.")
 
-#define PCR_TEXT N_("PCR delay (ms)")
+#define PCR_TEXT N_("PCR interval (ms)")
 #define PCR_LONGTEXT N_("Set at which interval " \
   "PCRs (Program Clock Reference) will be sent (in milliseconds). " \
   "This value should be below 100ms. (default is 70ms).")