diff libmpdemux/demux_lmlm4.c @ 33913:8f81a826c86e

Remove senseless seek.
author reimar
date Thu, 18 Aug 2011 19:19:58 +0000
parents 25667edae85c
children 598ef7d90b78
line wrap: on
line diff
--- a/libmpdemux/demux_lmlm4.c	Thu Aug 18 19:15:06 2011 +0000
+++ b/libmpdemux/demux_lmlm4.c	Thu Aug 18 19:19:58 2011 +0000
@@ -182,7 +182,6 @@
     mp_msg(MSGT_DEMUX, MSGL_V, "Checking for LMLM4 Stream Format\n");
 
     if(getFrame(demuxer, &frameInfo)!=1){
-	stream_skip(demuxer->stream,-8);
         mp_msg(MSGT_DEMUX, MSGL_V, "LMLM4 Stream Format not found\n");
         return 0;
     }