Commit dea44bfe authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

libvlc: Typo.

parent cbca7229
......@@ -1831,7 +1831,7 @@ vlc_module_begin();
USE_STREAM_IMMEDIATE, USE_STREAM_IMMEDIATE_LONGTEXT, false );
add_bool( "auto-adjust-pts-delay", false, NULL,
AUTO_ADJUST_PTS_DELAY, AUTO_ADJUST_PTS_LONGTEXT, false );
AUTO_ADJUST_PTS_DELAY, AUTO_ADJUST_PTS_DELAY_LONGTEXT, false );
#if !defined(__APPLE__) && !defined(SYS_BEOS) && defined(LIBVLC_USE_PTHREAD)
add_bool( "rt-priority", false, NULL, RT_PRIORITY_TEXT,
......
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