Commit bd8458d5 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

MKV: allow simple title, multiple-chapter in the menus

Close #5699
Regression from 43424ac2
(cherry picked from commit ee658c7c)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 7efff3af
......@@ -549,7 +549,7 @@ int virtual_edition_c::PublishChapters( input_title_t & title, int & i_user_chap
i_seekpoint_num = i_user_chapters;
}
if( chapters.size() > 1 )
// if( chapters.size() > 1 )
for( size_t i = 0; i < chapters.size(); i++ )
chapters[i]->PublishChapters( title, i_user_chapters, i_level );
......
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