Hi,

As already mentioned, Juergen's problem was fixed by upgrading
dvdauthor to 0.6.14.  But I also looked at this:

> > Can you just for the heck of it try the lavfmuxer?
> > 
> 
> It just crashes.

and it is one of the bugs where you wonder how this ever worked
in the first place..  Patch appended.

Regards,
Wolfram.

diff -ur dvbcut/src/lavfmuxer.cpp dvbcut-wg/src/lavfmuxer.cpp
--- dvbcut/src/lavfmuxer.cpp    Sun Nov 11 13:06:06 2007
+++ dvbcut-wg/src/lavfmuxer.cpp Sun Nov 11 20:42:15 2007
@@ -79,7 +79,7 @@
       streamhandle sh(mpg.getinitialoffset());
       streamdata 
*sd=sh.newstream(astr,mpg.getstreamtype(astr),mpg.istransportstream());
 
-      while (sh.fileposition < (mpg.getinitialoffset()+4<<20)) {
+      while (sh.fileposition < mpg.getinitialoffset()+(4<<20)) {
        if (mpg.streamreader(sh)<=0)
          break;
 


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
DVBCUT-user mailing list
DVBCUT-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dvbcut-user

Reply via email to