[FFmpeg-devel] [PATCH] RDT/Realmedia patches #2

Ronald S. Bultje rsbultje
Sun Nov 30 21:43:26 CET 2008


Hi,

On Sun, Nov 23, 2008 at 11:53 AM, Ronald S. Bultje <rsbultje at gmail.com> wrote:
> On Sun, Nov 23, 2008 at 11:17 AM, Ronald S. Bultje <rsbultje at gmail.com> wrote:
>> On Sun, Nov 23, 2008 at 11:16 AM, Ronald S. Bultje <rsbultje at gmail.com> wrote:
>>> This patch changes the prototype of rdt_demux_context_open() so that
>>> it takes an index integer to the first AVStream pointed to by the
>>> RTSPStream, matching the fact that one RTSPStream (in RDT) can have
>>> multiple contained (AV)streams.
>>
>> And this patch uses that to remove the RDTDemuxContext->st and replace
>> it by streams and n_streams to indicate that fact. I hope this fixes
>> your worries about the st variable in RDTDemuxContext.
>
> Actually, I can do this without the extra "n" variable... See attached.

Attached is one updated against latest SVN. Same idea, it replaces
RDTDemuxContext->st by an array of streams to indicate that one RDT
set can contain multiple streams.

Ronald
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: rdt-double_st_array.patch
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20081130/026b44e0/attachment.asc>



More information about the ffmpeg-devel mailing list