[FFmpeg-devel] [RFC] rtpdec: Reordering RTP packets

Martin Storsjö martin
Tue May 18 12:52:10 CEST 2010


On Tue, 18 May 2010, Martin Storsj? wrote:

> On Tue, 18 May 2010, Luca Barbato wrote:
> 
> > On 05/17/2010 09:34 PM, Martin Storsj? wrote:
> > > +            rt->lower_transport == RTSP_LOWER_TRANSPORT_TCP ? 0 : 10);
> > 
> > 10?
> 
> Default reorder queue size - the idea was to move the decision on the 
> queue size out of rtpdec, so that it could be dynamically choosable.
> For now there's no such code, but the decision on the queue size is 
> outside of rtpdec at least.
> 
> This perhaps still could be a define (where should it be in that case, 
> rtpdec.h?) even if it isn't hardcoded as a static array in RTPDemuxContext 
> as in the previous attempt.

Changed to a define now.

// Martin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Split-out-the-part-of-rtp_parse_packet-that-does-the.patch
Type: text/x-diff
Size: 4913 bytes
Desc: 
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20100518/44eb222a/attachment.patch>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-Reorder-received-RTP-packets.patch
Type: text/x-diff
Size: 9527 bytes
Desc: 
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20100518/44eb222a/attachment-0001.patch>



More information about the ffmpeg-devel mailing list