]> git.sesse.net Git - vlc/commitdiff
libvlc: Typo.
authorPierre d'Herbemont <pdherbemont@videolan.org>
Sat, 5 Jul 2008 16:37:45 +0000 (18:37 +0200)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Sat, 5 Jul 2008 16:37:45 +0000 (18:37 +0200)
src/libvlc-module.c

index fcb98d7976589e9e00746564ef9612374688506c..04b9b531fa4351becaf054e4d04d23d6f18f42c8 100644 (file)
@@ -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,