From 1c3be1e266c0ae8fbb4531d67836e0cee5a69dd7 Mon Sep 17 00:00:00 2001 From: Derk-Jan Hartman Date: Wed, 10 Jun 2009 15:07:33 +0200 Subject: [PATCH] mux ts: fix short description of --sout-ts-pcr "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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/mux/mpeg/ts.c b/modules/mux/mpeg/ts.c index 82737fc4f3..dff20e9fe4 100644 --- a/modules/mux/mpeg/ts.c +++ b/modules/mux/mpeg/ts.c @@ -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).") -- 2.39.2