Commit 9c750dec authored by Laurent Aimar's avatar Laurent Aimar

Fixed segfault in case of title/chapters...

parent 18d8fa4a
......@@ -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
......
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