Commit 5754275d authored by Rémi Duraffort's avatar Rémi Duraffort

Typo

parent 08819460
......@@ -320,7 +320,7 @@ int OpenDemux( vlc_object_t *p_this )
( p_sys->ic->duration != (int64_t)AV_NOPTS_VALUE ) ?
p_sys->ic->duration * 1000000 / AV_TIME_BASE : -1 );
#if HAVE_FFMPEG_CHAPTERS
#ifdef HAVE_FFMPEG_CHAPTERS
p_sys->p_title = vlc_input_title_New();
for( i = 0; i < p_sys->ic->nb_chapters; i++ )
{
......
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