1
mirror of https://github.com/mpv-player/mpv synced 2025-01-09 01:36:25 +01:00

100l for me. Header seek is not needed to fix 28_8 and can cause sig11

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12368 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
rtognimp 2004-05-01 01:28:31 +00:00
parent 9de4e90028
commit 0a8fbf151e

View File

@ -1193,10 +1193,6 @@ void demux_open_real(demuxer_t* demuxer)
sh->wf->cbSize = 0;
sh->format = MKTAG(buf[0], buf[1], buf[2], buf[3]);
if ((version != 3) && (hdr_size != 0x4e)) {
mp_msg(MSGT_DEMUX,MSGL_V,"skipping %d extra header bytes\n", hdr_size-0x4e);
stream_skip(demuxer->stream, hdr_size-0x4e);
}
#if 0
switch (sh->format){
case MKTAG('d', 'n', 'e', 't'):