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

Martin Storsjö martin
Tue May 18 12:44:11 CEST 2010


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.

// Martin



More information about the ffmpeg-devel mailing list