Commit 1c3be1e2 authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

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.
parent 19700693
......@@ -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).")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment