[vlc-devel] commit: Fixed segfault in case of title/chapters... (Laurent Aimar )
git version control
git at videolan.org
Tue Jul 8 21:14:40 CEST 2008
vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Tue Jul 8 21:16:44 2008 +0000| [9c750dec7c2745f859709f0444f91002a30d957e]
Fixed segfault in case of title/chapters...
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9c750dec7c2745f859709f0444f91002a30d957e
---
src/input/var.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/input/var.c b/src/input/var.c
index 663e4b3..afdc1c6 100644
--- a/src/input/var.c
+++ b/src/input/var.c
@@ -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
More information about the vlc-devel
mailing list