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

mkv.cpp: fix playback of files with chapters

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