
On Mon, Feb 20, 2006 at 02:34:07PM +0200, Ivan Kalvachev wrote:
2006/2/20, Oded Shimon <ods15@ods15.dyndns.org>:
ok, how about this idea...
stream_plus_1 v chapterid s if (chapterid) { start v len v } count v ...
Is this OK?
Don't get me wrong, but do we need chapter_len/end? AFAIK chapters are just seek points where you go to watch specific part, and when it ends the playback just go on.
Well, yeah, they could be implictly stopped by the next chapter start, it removes redundancy... I dunno. It doesn't work with michaels subregion stuff though Maybe add another if inside the if, 'chapterid < 0' ...
The chapter_start must be the time units of the stream.
Semantic... I'm leaning toward using coded_pts style like syncpoints - ods15