[MPlayer-users] mplayer-svn won't play mpeg files
Reimar Döffinger
Reimar.Doeffinger at stud.uni-karlsruhe.de
Sat Feb 3 13:28:38 CET 2007
Hello,
On Fri, Feb 02, 2007 at 07:45:01AM +0100, Michael Gwin wrote:
> With recent versions of mplayer-svn, I can no longer play mpeg files
> with system streams.
>
> For example (the file can be found at
> http://home.in.tum.de/~paula/mpeg/lion.mpg ):
attached patch fixes though it does not seem 100% correct...
Greetings,
Reimar Döffinger
-------------- next part --------------
Index: libmpdemux/demux_mpg.c
===================================================================
--- libmpdemux/demux_mpg.c (revision 22106)
+++ libmpdemux/demux_mpg.c (working copy)
@@ -673,6 +673,7 @@
mp_msg(MSGT_DEMUXER,MSGL_V,MSGTR_NotSystemStream);
}
}
+ stream_seek(demuxer->stream,tmppos);
return file_format;
}
More information about the MPlayer-users
mailing list