Hi!

Ralph Glasstetter wrote:
> Am Montag, 22. Oktober 2007 10:18 schrieb Michael Riepe:
> 
>>Welcome to r92.
> 
> 
> And my Windows/Linux-binaries are also updated... :)
> 
> BTW, this italian mplayer builds with large file support are now available 
> via 
> sourceforge (http://sourceforge.net/projects/mplayer-win32) and no more 
> packed together with my windows builds.
> 
> Guess the traffic was to large for his server too...  ;-)
> 
> BTW,... Windows binaries are now nearly a factor of 2 smaller... :)

Must be the recent change in Makefile.w32 - It now builds a version with
debug symbols in .../src, and then places a copy in .../bin and strips
that. Previously, there was no debug information, but the symbol table
was present. C++ programs tend to have rather huge tables, but there is
little use for them at runtime. And I do not expect users to debug the
binary without the sources, so... goodbye, symbols.

> PS: Hmmm,... just realized a small potential problem with the bookmarks... 
> 
> The internal private arrays (byte_bookmarks, pic_bookmarks) are 
> self-terminated by a zero-bookmark. That's probabely not a problem for the 
> filepositions coming from topfield but maybe for frame numbers coming from 
> some other source which can become 0 for the very first frame. 
> 
> Should we use a -1 as terminator? 

Maybe. But it would be even better to use a std::vector or std::list
instead of a bare pointer to int.

> Wouldn't be a problem also for the byte positions since dvbcut_off_t is 
> signed, AFAIK... (BTW,... what's the difference to filepos_t?).

filepos_t is a structure, IIRC.

dvbcut_off_t is a scalar type (with at least 64 bits) that replaces the
ordinary off_t (which may be 32 or 64 bits long).

-- 
Michael "Tired" Riepe <[EMAIL PROTECTED]>
X-Tired: Each morning I get up I die a little

-------------------------------------------------------------------------
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