Hello, list.

First I'd like to apologize for giving only little support lately, but I 
presently don't have much time to spend on DVBCUT.

However... someone recently remarked that there are problems when reading 
program streams: the indexing stopped right in the middle of the file, so 
only the first part of it was accessible in DVBCUT. I don't remember if this 
was here on the mailing list, or in a private e-mail, and somehow I cannot 
find it anymore.

However, I encountered the same problem, and found the bug to be a very small 
and extremely stupid mistake in the program stream reader. If you'd like to 
patch your DVBCUT sources to get rid of this error, go to this line:

      bytes=buf.providedata(4<<10,sh.fileposition);

and change it to:

      bytes=buf.providedata(minbytes,sh.fileposition);

Maybe other oddities regarding program stream handling were also caused by 
this mistake.

Of course, the next release will have this bugfix applied, but I don't know 
when I will be able to prepare a new release.

Bye...

-- 
Sven Over
Stephanienstr. 9
76133 Karlsruhe

Telefon: 0721-9204199

http://www.svenover.de/


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
DVBCUT-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dvbcut-user

Reply via email to