$OpenBSD: patch-libmpdemux_demux_real_c,v 1.1 2004/05/06 07:27:49 biorn Exp $
--- libmpdemux/demux_real.c.orig	2004-05-02 09:30:54.000000000 +0200
+++ libmpdemux/demux_real.c	2004-05-02 09:30:59.000000000 +0200
@@ -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'):
