Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
62b70557
Commit
62b70557
authored
Mar 16, 2004
by
Laurent Aimar
Browse files
* mkv.cpp: one more fix for playback of broken file.
parent
a21e15e8
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/demux/mkv.cpp
View file @
62b70557
...
...
@@ -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
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment