[vlc-devel] Re: vlc: svn commit r12954 (md)
Laurent Aimar
fenrir at via.ecp.fr
Tue Oct 25 11:25:20 CEST 2005
On Mon, Oct 24, 2005, Subversion daemon wrote:
> r12954 | md | 2005-10-24 19:08:54 +0200 (Mon, 24 Oct 2005) | 5 lines
> Changed paths:
> M /trunk/include/vlc_access.h
> M /trunk/include/vlc_block.h
> M /trunk/modules/access/udp.c
> M /trunk/src/input/access.c
> M /trunk/src/input/stream.c
> M /trunk/src/misc/block.c
>
> modifications for RTP reordering:
> * for RTP, prebuffering is done within RTP access
> * reordering now working within this buffer
> * solves synchro problems since packet rate is preserved
I think the i_seqno should be removed from block_t (block_t is a generic
struct used everywhere).
In the access it is perfectly valid to use i_dts or i_pts field for
yourself. (You can even use i_flags within the private part).
--
fenrir
--
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html
More information about the vlc-devel
mailing list