Commit 62b70557 authored by Laurent Aimar's avatar Laurent Aimar

* mkv.cpp: one more fix for playback of broken file.

parent a21e15e8
......@@ -1986,6 +1986,7 @@ static void LoadCues( input_thread_t *p_input )
if( cues == NULL )
{
msg_Err( p_input, "cannot load cues (broken seekhead or file)" );
p_sys->in->setFilePointer( i_sav_position, seek_beginning );
return;
}
......
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