]> git.sesse.net Git - vlc/commitdiff
Fixed segfault in case of title/chapters...
authorLaurent Aimar <fenrir@videolan.org>
Tue, 8 Jul 2008 21:16:44 +0000 (21:16 +0000)
committerLaurent Aimar <fenrir@videolan.org>
Tue, 8 Jul 2008 21:16:44 +0000 (21:16 +0000)
src/input/var.c

index 663e4b3e589311c0cfad79fb0b2ec1a189bd84a1..afdc1c6771bcd58d76c0aea636d589a53ebc2ef1 100644 (file)
@@ -104,6 +104,8 @@ static const vlc_input_callback_t p_input_title_callbacks[] =
 {
     CALLBACK( "next-chapter", SeekpointCallback ),
     CALLBACK( "prev-chapter", SeekpointCallback ),
+
+    CALLBACK( NULL, NULL )
 };
 #undef CALLBACK