
17 Jan
2008
17 Jan
'08
2:32 a.m.
On Wed, Jan 16, 2008 at 07:44:29PM +0100, Michael Niedermayer wrote:
Now no matter if extradata or normal packet, this will cause problems with seeking. As this is not a normal stream with frames one can seek to. Either we would need to consider the duration of frames (thats a thing we apparently ignored entirely) or ignore such attachment streams for seeking and back ptr calculation.
Again, EOR saves the day. These streams are permanent EOR. (A stream is EOR before its first frame occurs, anyway.) Thus it has no bearing on back_ptr or the index. Rich