I had the same problem. In qplayer/engines/xineinfo.cpp (using
qdvdauthor-1.0.0-4) I changed line 371 from
    if (iMSecOffset == 0)
to
    if (iMSecOffset != 0)

That solved the problem for an uncached file where the == test prevents
 an initial play/stop of the xine engine. I am not sure whether this the
right place for this change but it works sofar.

Enno


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
QDVDAuthor-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qdvdauthor-users

Reply via email to