[MPlayer-users] Multi-file .ogm XCD problem
Michael Behrisch
behrisch at informatik.hu-berlin.de
Thu Jan 22 11:07:26 CET 2004
On Mon, Jan 19, 2004 at 03:11:49PM +0000, Martin Collins wrote:
> On Mon, 19 Jan 2004 15:33:47 +0100
> Michael Behrisch <behrisch at informatik.hu-berlin.de> wrote:
>
> > No this does not fix it, it simply disables my patch.
>
> Your patch was to find the length of the movie for the purposes of
> the OSD yes?
correct
>
> > Maybe there is something
> > wrong in checking for the end of the stream.
>
> That does seem to be the fundamental problem here.
>
Maybe you could check which of the two conditions in
if(len == 0 && s->eof)
break;
fails when pos == s->endpos and come this way closer to a
solution.
Alternatively one could think of
adding pos >= s->endpos as an additional option to leave
the while(1) loop.
> > There was a similar report (OGG on XCD) in February 2003,
> > http://article.gmane.org/gmane.comp.video.mplayer.user/12638/
> > dont know if this is related.
>
> It seems likely. My aforementioned bodge not only disables the OSD
> timeline but displays this problem too. Or was it never fixed?
>
Probably it was never fixed.
> Martin
>
> _______________________________________________
> MPlayer-users mailing list
> MPlayer-users at mplayerhq.hu
> http://mplayerhq.hu/mailman/listinfo/mplayer-users
>
More information about the MPlayer-users
mailing list