mirror of
https://github.com/mpv-player/mpv
synced 2025-04-11 04:01:31 +00:00
100l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11857 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
2391e4c61a
commit
a38d15e8af
@ -1821,7 +1821,7 @@ demux_mkv_open (demuxer_t *demuxer)
|
||||
str = ebml_read_header (s, &version);
|
||||
if (str == NULL || strcmp (str, "matroska") || version > 1)
|
||||
{
|
||||
mp_msg (MSGT_DEMUX, MSGL_ERR, "[mkv] no head found\n");
|
||||
mp_msg (MSGT_DEMUX, MSGL_DBG2, "[mkv] no head found\n");
|
||||
return 0;
|
||||
}
|
||||
free (str);
|
||||
|
Loading…
Reference in New Issue
Block a user