Commit 4b9f7eb3 authored by Steve Lhomme's avatar Steve Lhomme

mkv.cpp: fix playback of files with chapters

parent ac49aa9e
......@@ -1613,6 +1613,7 @@ bool virtual_segment_t::Select( input_title_t & title )
editions[j].Append( p_segment->stored_editions[j] );
}
if ( Edition() != NULL )
Edition()->PublishChapters( title );
return true;
......
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