Commit 7686840e authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

libvlccore: fix AUTO_ADJUST_PTS_DELAY short comment.

parent 9706bc1b
...@@ -1000,8 +1000,8 @@ static const char *const ppsz_clock_descriptions[] = ...@@ -1000,8 +1000,8 @@ static const char *const ppsz_clock_descriptions[] =
"This option is useful if you want to lower the latency when " \ "This option is useful if you want to lower the latency when " \
"reading a stream") "reading a stream")
#define AUTO_ADJUST_PTS_DELAY N_("(Experimental) Auto adjust the caching done "\ #define AUTO_ADJUST_PTS_DELAY N_("(Experimental) Minimize latency when
"to minimize latency when reading live stream.") reading live stream.")
#define AUTO_ADJUST_PTS_DELAY_LONGTEXT N_( \ #define AUTO_ADJUST_PTS_DELAY_LONGTEXT N_( \
"This option is useful if you want to lower the latency when " \ "This option is useful if you want to lower the latency when " \
"reading a stream") "reading a stream")
......
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